android - Adding Google Maps co-ordinates/markers from a custom map link -
i know if can input url of custom map created through google maps , show waypoints in app without having manually add them all.
here's example - https://www.google.com/maps/d/viewer?mid=zd38facajqek.k_fdpsyzc2wi
what fastest way input of markers/waypoints , co-ordinates android app uses maps api? thanks.
to exact, wanted show markers on map created google maps.
unfortunately, doesn't seem android google maps api can read kml files directly, importing these files app not possible.
one thing do, though quite bit of work, export created map's kml file , read programmatically. extract coordinates need , add them markers app.
Comments
Post a Comment