> i hv a place's coordinates .. now i need to get the google map showing > the position of the place using http request from c/c++ ...
You can't "get the google map" using HTTP, assuming you mean some imagery. You can construct an <img> tag source URL in a webpage to be viewed by some browser, using Google Static Maps, if you know the coordinates you want. http://code.google.com/apis/maps/documentation/staticmaps/ -- 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.
