0

I want to set a Google map in my web page. Can any one guide me what I have to do ? From where I have to start? I am getting some wrong values of latitude and longitude when I am trying with the google api please suggest mw how i have to start this and what was the exact way we have to follow for this google map.

Sreekanth
  • 13
  • 4

1 Answers1

0

The basics of everything you need:

https://developers.google.com/maps/documentation/javascript/

alvinarul
  • 301
  • 4
  • 15
  • ok I will use it and then what we have to do can explain briefly – Sreekanth Jun 10 '13 at 05:28
  • the code is direct html so if you just plug it into your website the code should work.Place it in
    holders or whatever you want for style formatting.I'm not sure what you want to do but you can read it for further information.The basics are all there of how to show a basic map and place point markers etc. If you want latitude and longitude, then you might have to do geocoding etc.
    – alvinarul Jun 10 '13 at 05:31