On Jun 29, 9:43 am, Samveera <[email protected]> wrote:
> Dear support,
>
> This is anand M, i am new to google map, and i want to implement the
> map into my website. and i  registered my url and got a API key from
> google. how to use the key in my website. when i try this i am getting
> error message like
>
> " You need to set the GoogleMaps API Key onhttp://www.google.com/apis/maps/";.
>
> please guide me how to solve this issue.

You need to follow the documentation about how to include the key and
the sensor parameter. If you need help, please provide a link to your
map.

> i want to use singapore map in my site. how should i configure? can
> you provide me any sample code in vb.net.

The API is a client-side Javascript API. Output the Javascript you
need the browser to receive and execute. For Singapore, something like
this -- which is Javascript --
  map.setCenter(new GLatLng(1.352083,103.819836),11)
might suffice. You may need to change the zoom level (11) depending on
the size of your map.

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 [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
-~----------~----~----~----~------~----~------~--~---

Reply via email to