On Dec 14, 1:05 pm, Manoj Singh <manojsinghr...@gmail.com> wrote: > > Can anyone tell me how can i write the code in vb.net via which i can > pass the lat long of a location to google map and google map returns > the image of that place either in byte array or i can store in my > local drive. > > f.e. if i pass lat -80.847314239151046 and long 35.199574516913231 > and now i want the image in my local drive which shows the below > loaction in google map.
It's technically possible, even quite easy, but this is contrary to the Terms of Service http://code.google.com/apis/maps/terms.html You can only access the imagery via a recognised API (like the Javascript API, or via a Static Map) [10.1, 10.13]. Your maps API implementation must be accessible to anyone for free [9.1]. You can't store any imagery locally [10.3]. Andrew -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to google-maps-...@googlegroups.com. To unsubscribe from this group, send email to google-maps-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.