Top "Google-maps-api-3" questions

Google Maps JavaScript API Version 3 lets you embed the functionality of Google Maps into your own website.

Google Maps JS API v3 - Simple Multiple Marker Example

Fairly new to the Google Maps Api. I've got an array of data that I want to cycle through and …

javascript google-maps google-maps-api-3
How to disable mouse scroll wheel scaling with Google Maps API

I am using Google Maps API (v3) to draw a few maps on a page. One thing I'd like to …

jquery google-maps google-maps-api-3 jquery-plugins
Google Maps API v3: How to remove all markers?

In Google Maps API v2, if I wanted to remove all the map markers, I could simply do: map.clearOverlays(); …

javascript html google-maps google-maps-api-3
Calculate distance between two points in google maps V3

How do you calculate the distance between two markers in Google maps V3? (Similar to the distanceFrom function inV2.) Thanks..

javascript google-maps-api-3
Google Maps API 3 - Custom marker color for default (dot) marker

I've seen lots of other questions similar to this (here, here and here), but they all have accepted answers that …

google-maps-api-3
Google Map API v3 — set bounds and center

I've recently switched to Google Maps API V3. I'm working of a simple example which plots markers from an array, …

javascript google-maps google-maps-api-3
This API project is not authorized to use this API. Please ensure that this API is activated in the APIs Console

I have a latitude, and longitude : "-27.0000,133.0000". I want produce a map base on that. I've tried go to this …

google-maps google-maps-api-3 geocoding google-geolocation
Google MAP API Uncaught TypeError: Cannot read property 'offsetWidth' of null

I'm trying to use Google MAP API v3 with the following code. <h2>Topology</h2> <…

javascript google-maps-api-3
Google Maps API throws "Uncaught ReferenceError: google is not defined" only when using AJAX

I have a page that uses the Google Maps API to display a map. When I load the page directly, …

ajax google-maps-api-3
Google Maps shows "For development purposes only"

Google Maps show the message "For development purposes only" when I try to show it in my webpage: How could …

google-maps google-maps-api-3