On Feb 4, 12:25 am, Steven Woody <[email protected]> wrote: > On Feb 4, 2:15 pm, "[email protected]" <[email protected]> > wrote: > > > On Feb 3, 7:47 pm, Steven Woody <[email protected]> wrote: > > > > Hi, > > > > Is there an API that let me get a map by telling google a pair of > > > floats (latitude, longitude)? > > > The Google Maps API.http://econym.org.uk/gmap/ > > > -- Larry > > Can you be a little specific? Thanks.
What are you trying to do? To use the Google Maps API with a latitude and longitude: 1. Apply for an API key. http://code.google.com/apis/maps/signup.html 2. Change the latitude and longitude in the "Hello World" map provided to your desirede values (the example comes with the latitude and longitude of Palo Alto CA). 3. Adjust zoom level as desired (see the documentation) 4. See Mike Williams' tutorial (link in first response) for how to add markers, sidebars, directions, ... Is that specific enough for you? -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
