> I'm drawing my map from a JAVA software on a PC, Mac or Linux.. but,
> my Map is not so nice becaue it is a vectorian one on low quality :(
> My objective is to replace my map by a Google Map downloaded during
> software use. Over this map, I'm drawing some data (like a car path).

If you were thinking of grabbing and storing a static map image to
plot your own data on, you're not allowed under the terms of use.

If your application has web connectivity, you should fetch an image
when needed.

If your application has web connectivity, you could perhaps implement
a web browser in it instead, and use the full javascript or flash
API.  Then you can plot your data directly onto Google Maps, and get
pan/zoom feature etc. as well.

> I've thinking the GoogleMap could be a Mercator Map, but it appear
> not :'(

It does, but there is more than one kind of "Mercator" projection.

cheers, Ross K

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to