3

I have a server with a lot of Places of Interest information. (long, lat, picture url, name, etc) About 100.000 items.

  1. What is the best way to: load/download it into Android, and
  2. what is the best way to show them on a Google Maps?
Sathyajith Bhat
  • 21,321
  • 22
  • 95
  • 134
lacas
  • 13,928
  • 30
  • 109
  • 183

1 Answers1

2

For such a big amount of Markers I suggest you give KML Layers a shot.

With Google Maps you can either have google render all markers for you, (default: KMLLayers) or you can rely on GeoXML3 for client side parsing.

The same applies to Android Google Maps. Layers can easily be added using this: How to draw a path on a map using kml file?

Community
  • 1
  • 1
geratri
  • 111
  • 5