Questions tagged [google-maps]

Google Maps is a desktop and mobile web mapping service application and technology provided by Google, offering satellite imagery, street maps, and Street View perspectives. Also supported are maps embedded on third-party websites via the Google Maps API, and a locator for urban businesses and other organizations in numerous countries around the world.

Google Maps is a web, mobile and standalone mapping service application and technology provided by Google LLC, that powers many map-based services, including the Google Maps website, Google Transit and maps embedded on third-party websites and mobile applications through their various APIs.

API keys

In order to use the various Google Maps APIs, you need an API key or digital signature, to validate your requests. Here are the instructions on how to get an API key.

Billing

In addition to an API key, you will need to setup a billing account and each service will be billed according to the Google Maps Platform Billing documentation.

Administration

Administration of API keys, credentials, billing accounts, etc. is done via the Google Developers Console.

Related services & tags

Links

65879 questions
12
votes
3 answers

Google Maps API (static) - custom marker not showing up

URL: http://maps.google.com/maps/api/staticmap?center=40.714728,-73.998672&markers=icon:http://tinyurl.com/2ftvtt6&zoom=12&size=400x400&sensor=false I have no clue what I'm doing wrong here. Developer Guide: API - Custom…
user317005
12
votes
2 answers

Follow user location on React Native AirBnb's MapView [Android]

I'm using airbnb's map for react-native on my app. This question is for the android app since I didn't get around the iOS app yet. My problem: navigator.geolocation works fine on emulator, but takes too long on real devices, to the point it…
pedropeixoto
  • 1,633
  • 2
  • 27
  • 52
12
votes
1 answer

Angular2 - Component into dynamically created element

I use google maps javascript api and I have to display an Angular component into the InfoWindow. In my project I load the google map api with the Jsonp service. Than I have the google.maps.Map object available. Later in a component I create some…
Tiberiu C.
  • 3,365
  • 1
  • 30
  • 38
12
votes
3 answers

Google Maps Geocode Undefined

I have this code which is initated on load // Display the map function map_it() { var myLatlng = new google.maps.LatLng(13.005621, 77.577531); var myOptions = { zoom: zoomLevel, center: myLatlng, disableDefaultUI:…
Harsha M V
  • 54,075
  • 125
  • 354
  • 529
12
votes
1 answer

Google Map crashing with Resources$NotFoundException when replaced in FrameLayout

This how I am adding map dynamically in FrameLayout. new Handler().postDelayed(() -> { if (isAdded()) { new Thread(() -> { try { SupportMapFragment mf = SupportMapFragment.newInstance(); …
mihirjoshi
  • 12,161
  • 7
  • 47
  • 78
12
votes
2 answers

How to draw millions of points on google maps?

I have millions of points I want to draw on google maps coming from an array. I was looking at circles example However, the problem is circles are... circles. Is there some way to draw circles such that it is like a canvas so it doesnt really matter…
Rolando
  • 58,640
  • 98
  • 266
  • 407
12
votes
1 answer

How to show a balloon above a marker in a MapActivity? Isn't there a widget?

I dont get the point, why I have to code so much for it. Like, I dont want to care about... the position of the balloon (I just want to assign a geopoint) the layout of a basic balloon (Later on I might want to implement a xml based layout) the…
OneWorld
  • 17,512
  • 21
  • 86
  • 136
12
votes
2 answers

Calling map.fitBounds() Multiple Times in Google Maps API v3.0

I've just begun using the Google Maps API (v3.0) and have had a good deal of success so far. I am loading a set of objects with Latitude & Longitude values from a database, passing them into my script, and looping over them in the script in order to…
egoodberry
  • 2,746
  • 2
  • 26
  • 29
12
votes
1 answer

Google maps (V3) - Map container selector (using jquery)

I'm trying to solve a tricky problem in Google Maps (api V3) Works nicely: var map = new google.maps.Map(document.getElementById("map_container"), myOptions); Doesn't Work if I try to use a jQuery selector var map = new…
Pedro Gil
  • 532
  • 2
  • 7
  • 18
12
votes
5 answers

You have exceeded your daily request quota for this API. Google Places API iOS Swift

I am trying to use Google Places API in a very simple app. I just want to locate all the shopping malls near the current location. I used this web…
Richa Srivastava
  • 482
  • 1
  • 7
  • 24
12
votes
2 answers

How can I use the Google Maps APIs in a JavaFX Desktop Application?

I would like to start working on a JavaFX desktop app that will work heavily (if all goes well) with the Google Maps APIs. I've been having a more difficult time getting started than I thought I would, and at this point I am just asking that…
zbbz
  • 207
  • 1
  • 2
  • 10
12
votes
4 answers

Draw path on google map based on lat lang

i want to draw path on google map. Basically what i am tracking user locaion after specfic time interval. when user reach to some destination then i need to draw the path which he followed to reach that destination. It is working fine but the…
Mustanser Iqbal
  • 5,017
  • 4
  • 18
  • 36
12
votes
3 answers

Google Directions API Transit returns Zero_Results, Manually Searching Google Maps returns result

I have searched the documentation in Google Directions API, and also looked around online and cannot find an answer to my conundrum. My agency has developed an API to find the latest possible departure between origins and destinations using transit,…
Price
  • 121
  • 1
  • 3
12
votes
3 answers

Using Google Maps geometry library in nodejs

I want to use the Google Maps geometry library within a nodejs application. From what I can see this library is only available with the Google Maps Javascript api. Is there a way for me to do this? Colin Goldberg
Colin G
  • 309
  • 3
  • 14
12
votes
3 answers

Embed Map with Marker on AMP HTML page

Currently I use the Google Maps API to generate a map with a marker (given a lat/long set of coordinates) to a given location. In AMP HTML, it appears the way to do this currently is using the amp-iframe extension…
Du3
  • 1,424
  • 6
  • 18
  • 36
1 2 3
99
100