chiranthsiddappa / earth-api-samples

Automatically exported from code.google.com/p/earth-api-samples
0 stars 0 forks source link

user custom calcs and automaticly place them on a map #964

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi I'd like to be able to define my own place names and categories

user custom calcs/traces and automaticly place them on a map by loading a file
On the map, each calc/trace would be a colored dot.
In the file the first column would be the RGB color code (HTML format #RRGGBB)
the second column would be the place type
and the following column would be the complet address.
0000 corresponding to 'restaurant' in this example
Ex.
FF0000  0000    "1234 Main st. Smalltown CA. U.S.A."
This would place a red dot in the map at that addresse location and zoom in if
necessary.

Original issue reported on code.google.com by xyz91...@gmail.com on 5 Sep 2013 at 6:07