DrawRouteMaps icon indicating copy to clipboard operation
DrawRouteMaps copied to clipboard

Library for draw route maps between two point LatLng

Results 25 DrawRouteMaps issues
Sort by recently updated
recently updated
newest added

Hi Team, when we add this dependency in our project and i got this error and i have already added multiDexEnabled true how to solve this issue,,, Execution failed for...

While importing this api in app i am getting this error . please give me solution Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'. > java.lang.RuntimeException: java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex

In My Map Two Point are ploted but path is not Shown Please Help Only Two point is visible

## Isssue The 1.0.0 version of this library depends on `com.google.android.gms:play-services` which is no longer updated by Google. ## Fix In this commit it was updated to `com.google.android.gms:play-services-maps` however this...

i was trying to using BitmapDescriptorFactory.defaultMarker and its getting red, any references? ``` if (Build.VERSION.SDK_INT >= 23) { val geoLocator = GeoLocator(this@BerangkatKerjaActivity, this@BerangkatKerjaActivity) val origin = LatLng(geoLocator.lattitude, geoLocator.longitude) //lokasi terapis...