Saad
Saad

Reputation: 51

Overlaying vector data(shapefiles) on Google maps in an android application

How can we overlay custom shape-files/vector layers on google maps in an android application?

Upvotes: 3

Views: 722

Answers (1)

Andy
Andy

Reputation: 2414

Not sure if it can be done on Android. What you can do is convert your shapefile into a KML, create a web map with the KML layered, then load the map onto a browser or webview in Android.

Upvotes: 1

Related Questions