hms-mapkit-demo
hms-mapkit-demo copied to clipboard
HMS Map Kit demo provides an example of intergrating HMS Map Android SDK. Personalizing how your map displays and interacts with your users tailors their experience to them
**Describe the bug** Currently, I'm using these many HMS-core libraries along with some google libraries in my project. ``` implementation 'com.google.android.gms:play-services-base:17.6.0' implementation 'com.google.android.gms:play-services-maps:18.0.0' implementation 'com.google.android.gms:play-services-location:18.0.0' implementation 'com.google.android.gms:play-services-oss-licenses:17.0.0' implementation 'com.google.android.gms:play-services-auth:19.2.0' implementation...
eg: ┬─── │ GC Root: System class │ ├─ android.os.Parcel class │ Leaking: NO (e↓ is not leaking and a class is never leaking) │ ↓ static Parcel.mCreators ├─ java.util.HashMap...
I've tried demo on kotlin with my credentials and got some issues. I've changed appid, agconnect-services.json and specified correct signing key. Mostly it works ok, but when I try to...
Hello, I followed the official codelabs of loading the Map on my Huawei device but the map is always blank. I am using version com.huawei.hms:maps:6.11.2.300 Here are part of my...
Since this method used by the Huawei class was called constantly, even if I moved the map, it returned to its previous position. `override fun configureMapOnStart(initialCoordinate: MTSLatLng?, zoom: Float) {...
Building map application for Android devices This demo app shows me the pop-up with the message '' Some features in Map Kit Sample may not work properly without HMS Core,...
``` java.lang.NullPointerException: Attempt to invoke virtual method 'java.io.File android.content.Context.getFilesDir()' on a null object reference at com.huawei.hms.maps.provider.util.mai.a(Unknown Source:14) at com.huawei.hms.maps.provider.huawei.SupportMapFragmentImpl.a(Unknown Source:16) at com.huawei.hms.maps.provider.huawei.SupportMapFragmentImpl.(Unknown Source:5) at com.huawei.hms.maps.provider.huawei.SupportMapFragmentImpl.(Unknown Source:1) at com.huawei.hms.maps.CreatorImpl.newMapFragmentDelegate(Unknown Source:11) at...
Sorry, if this has been asked before, but I keep getting a ClassNotFoundException and when running the sample and the map is not rendering. Running on Device: Honor X8 /...