The application is not a web browser. It's a java application that takes down a google static map picture. The idea is when the user has clicked on the picture, let's say 20 x from center and 50 y from center point, a new latitud and longitud is calculated and a new google map pictue is taken down.
On 12 Maj, 14:00, Andrew Leach <[email protected]> wrote: > [Corrected] > > On May 12, 12:26 pm, Antic <[email protected]> wrote: > > > Or is there any way to calculate to get the latitud and longitud of > > the pictures corners. > > Before you get too involved in Java development, do check the Terms, > particularly 10.8. Is your app really a web browser? Because if it is, > the Javascript API -- including getLatLngFromDivPixel -- should be > available to you. If it isn't a browser which can cope with <img> > elements, you should not be using Google's static images. > > If you are going to use Google's images, the thread Rossko linked to > contains links to Javascript routines which you will need to port to > Java. > > -- > 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 > athttp://groups.google.com/group/google-maps-api?hl=en. -- 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.
