Questions tagged [google-maps-api-3]

Google Maps JavaScript API Version 3 lets you embed the functionality of Google Maps into your own website. Version 3 provides greatly improved support for mobile devices. Ask non-programming and licensing questions in the Maps API Google Group (see full description for a link)

The Google Maps JavaScript API Version 3 is now the official JavaScript API. Version 2 of the API has been officially deprecated as per Google's deprecation policy. Version 3 of the API is designed to be faster and more applicable to mobile devices, as well as traditional desktop browser applications.

For support questions unrelated to programming as defined in the Stack Overflow usage guidelines, there is a Maps API Google Group.

Google has established two licensing models for use of the Google Maps JavaScript API v3:

  1. The Google Maps API Standard Plan requires an API key and is free up to 25K Map Loads per day. If you need more than 25K Map Loads per day you need to enable billing on your project. After exceeding the free usage limits, billing at $0.50 USD / 1000 additional requests, up to 100,000 per 24 hours is enforced. You can find more info about Google Maps API JavaScript quotas in the developer docs. When using the Google Maps API Services in JavaScript (Directions, GeoCoding, etc.) and Places API quota restrictions also apply, please check this document for more info on Services usage limits.
    If you need more than 100,000 daily Map Loads you should switch to the Google Maps API Premium Plan.
    To use the Standard Plan you need to provide public accessibility to your Google Maps API implementation.
    Note: Quota exceptions may apply. Learn more here.

  2. The Google Maps API Premium Plan provides higher quotas, enhanced features, reporting and analytics and added support to organizations that wish to add maps to their fee-based websites, mobile apps, or to their internal websites. To learn more about this option, contact Google Maps API Premium Plan Sales.

Check out the showcase site to see examples of what is possible with the Google Maps APIs.

Customize your own map with the help of Google Maps APIs Styling Wizard!

The Google Maps JavaScript API v3 also provides support for Keyhole Mark-Up Language (KML) and Google also provides information about the v3 API's KML Support.

More detailed information is available at the Google Maps JavaScript API v3 Documentation page and includes:

25067 questions
6
votes
1 answer

Link marker to url Google Maps

Simple question: Im trying to link my marker to an external url on a Google Map (API v3). Can just use http://www.google.com as the link for now. Javascript:
Dale
  • 945
  • 2
  • 9
  • 23
6
votes
1 answer

Hide specific poi.business on gmap api v3

I succeeded to hide business POI on Google Maps API v3 with this topic. But now I wonder if there is a way to be more specific. I want to hide only hotels POI but still show restaurants and bars POI. Is there a solution ? Thanks
Ricozor
  • 61
  • 1
  • 3
6
votes
3 answers

Google map update current location every second

Hello stackoferflow users. I am developing android App and this app implement Google Play Service I already get my location and set a pin and also a circle on my maps. What i want to achieve is whenever i move to someplace, the circle will also move…
6
votes
3 answers

Google maps remove labels or grayout area except some regions

Hi i am using google map and i want your views for the following question. is it possible to hide or grayout all the area except some other in googlemap? if Yes, then please give me a hand for this problem. i have tried but didn't found any solution…
Dhaval Bharadva
  • 3,053
  • 2
  • 24
  • 35
6
votes
5 answers

How do I get a google-maps InfoWindow to resize to fit the content that is placed inside of it?

I've been experimenting with the Google Maps API, but I'm having trouble with the InfoWindow... It always seems to be too small to fit the content that I place inside of it, so my content spills outside the InfoWindow and onto the map: It doesn't…
Troy
  • 21,172
  • 20
  • 74
  • 103
6
votes
1 answer

Include open infowindows within bounds of map, when using fitbounds

I have a map which contains multiple markers with infowindows. The infowindows need to be open on page load. The map is being centered using setbounds to incorporate all of the markers, which works, but it also needs to include the infowindows…
Dan
  • 5,836
  • 22
  • 86
  • 140
6
votes
1 answer

Google Maps API: SVG Marker moves relative to map when you zoom

I have created two markers on a map, one a standard marker, the other using an SVG path. The standard marker does not move relative to the map when I zoom out, but the SVG marker does. Here is a fiddle where you can see what I mean:…
user1147171
  • 1,213
  • 3
  • 14
  • 22
6
votes
1 answer

Ground Overlay with Transparency

I have an online map that contains a ground-overlay image, and would like to make the image semi-transparent so that the base map will show through. Is it possible to add a transparency value to this…
user2510431
  • 71
  • 1
  • 3
6
votes
4 answers

Display world map with no repeats

I'm currently using the Google Maps API for the first time. Essentially I wish to have the map zoomed out so that the whole world is displayed with no overlap (e.g. bits of a certain country are not repeated on either side of the map). The closest I…
jezzipin
  • 4,110
  • 14
  • 50
  • 94
6
votes
1 answer

google maps api v3 zoom_changed event fired twice after fitBounds called

I'm working on a web app that integrates with google maps and I'm having an issue with zoom_changed event firing twice after calling fitBounds. The only reference I have to fitBounds is in updateMap. The only time I attach the event listener is in…
bluce
  • 88
  • 1
  • 6
6
votes
1 answer

how to remove a single marker from google map

I am working on google maps i am trying to add markers to a google map and then tried to remove it but now as i have done both adding and removing with the code below
Johnfranklien
  • 525
  • 3
  • 5
  • 15
6
votes
2 answers

Find Map and Layer ID in Google Maps Engine

I want to add a map from Maps Engine to a page but I can't figure out how to get the Map ID or Layer ID required for the MapsEngineLayer. It seems like they forgot to add this to the new interface. The documentation seems to give directions that do…
Stephen
  • 7,994
  • 9
  • 44
  • 73
6
votes
2 answers

HTML link to open native Android or IOS map with off-road placemark showing

My web application displays a Google map with a placemark showing an offroad location. I am converting it to run on mobile. I can successfully open the native maps app in both IOS and Android with the following PHP code and link. (Tested on Samsung…
user2605793
  • 439
  • 1
  • 8
  • 19
6
votes
2 answers

How can I force Google Map to Lite Mode (no WebGL)

IE11 cannot handle the WebGL version of Google Maps. For example, try dragging the map around on this page: https://developers.google.com/maps/documentation/javascript/examples/map-simple If you visit maps.google.com, however, you will see it uses…
CmdrKeene
  • 131
  • 1
  • 4
  • 11
6
votes
2 answers

Polygon Draw around center points

I have tried lots but could not figure out the problem. I want to draw a polygon around specific lat,lng. The polygon will consists of 13 coordinates in specific radius. Person inter the address and radius in text box. Geo code get lat,lng of that…
Int-khab
  • 153
  • 2
  • 9
1 2 3
99
100