mapmyindia-maps-vectorSDK-android icon indicating copy to clipboard operation
mapmyindia-maps-vectorSDK-android copied to clipboard

MapmyIndia Vector Maps SDK for Native Android Development with REST API Kit

Results 2 mapmyindia-maps-vectorSDK-android issues
Sort by recently updated
recently updated
newest added

Hi Team, Im getting null value for latlng if user search using autocomplete option. Can anyone help me to solve this issue

What are the required imports for using the below classes. Which gradle library needs to be added? currently I am using `implementation 'com.mappls.sdk:mappls-android-sdk:8.0.3'` ``` MapmyIndiaELoc mapmyIndiaELoc = MapmyIndiaELoc.builder() .setELoc("mmi000") .build();...