I want to label around 300K addresses according to their longitudes and latitudes on the google map. By labeling, I mean put an indication sign on the map.
Are there any methods to realize it? Thank you.
Best, Leon
I want to label around 300K addresses according to their longitudes and latitudes on the google map. By labeling, I mean put an indication sign on the map.
Are there any methods to realize it? Thank you.
Best, Leon
If you mean you have full, proper addresses and you want to geocode them (find lat/lngs) then consider using Google Fusion Tables - its like a spreadsheet to which you can define a location field.
Then, you can tell Google Fusion Tables to geocode those addresses for you and it fills in the lat/lng location, and creates a kml file from this with "infoboxes" which you can define.
The geocoding process should be seen as one-off operation, and may take somewhere between many minutes and many hours to do this work.