google-maps-api-3 Questions
8
Solved
I am getting this error:
E/Google Maps Android API: Authorization failure. Please see https://developers.google.com/maps/documentation/android-api/start for how to correctly set up the map.
E/Goog...
Sapless asked 23/5, 2019 at 21:6
4
Solved
I'm looking to plot a route "as the crow flies" on a map via multiple latitude longitude pairs. I also need to calculate the total distance (and preferrably distance between points).
I have found...
Inhibitor asked 10/3, 2011 at 22:35
6
I'm currently working on a project that uses the geolocation service of my phone.
I currently have a prolem with this service, it says that geolocation is not authorized.
I've tried to look on th...
Shadchan asked 24/4, 2019 at 15:15
7
Solved
I am using google maps api 3.9 .In app user can add marker or delete marker.when user click on map an Infowindow will be displayed.in which user can enter name,lat,long and click the save image as ...
Muncey asked 31/12, 2012 at 8:57
11
Solved
I have a Google Maps Autocomplete input field inside a Twitter Bootstrap modal dialog and the autocomplete result is not displayed. However, if I press the down arrow key, it selects the next autoc...
Prototype asked 9/6, 2012 at 1:54
1
Solved
I am trying to remove all Points of Interest (POI) from a Google Maps via the Google Maps Platform style editor in Cloud Console.
However, when I turn off label visibility for ALL of the POI, some ...
Riella asked 28/1, 2024 at 1:4
2
I have a map with a semi-transparent search bar on top of it. I have also got a bunch of markers with infowindow attached to them.
The problem is that google maps autopan feature obviously doesn't...
Rudderpost asked 21/6, 2017 at 7:23
4
Solved
var MapApiApplication = {
myCurrentPosition : "",
mapOptions : "",
marker : "",
initialize : function(){
MapApiApplication.myCurrentPosition = new google.maps.LatLng(10.112293000000000000, 76....
Bloody asked 10/9, 2013 at 15:5
3
Solved
How to get coordinates using javascript Google Maps JavaScript API v3 of the center of the currently viewed area on google maps? Thanks
Resolute asked 21/3, 2012 at 18:26
4
Solved
could some one please tell me if there is a way to load kml file into the google map in android.
thanks
Humphreys asked 20/10, 2010 at 22:30
2
Solved
In the Google Maps API V3, I've created a map object:
map = new google.maps.Map(document.getElementById("map_canvas"),
myOptions);
I will zoom in and pan on that map and to go back to the origi...
Antlia asked 17/11, 2012 at 21:2
2
Solved
The GMSMapView in iOS has a default background color of tan, or something like it.
I have a requirement to change that color to white. I've tried using a subclass of GMSTileLayer without success ...
Castleman asked 13/10, 2015 at 15:18
4
Solved
I need Google Places Autocomplete to give me results from countries: SZ, FR, DE, AT, IT. I know that componentRestrictions can operate with only one country.
So, is there a way to get results with...
Amigo asked 9/12, 2015 at 13:12
9
I am using Geolocation.watchPosition() and I get the following error on callback
Network location provider at 'https://www.googleapis.com/' : Returned
error code 403.
This seems to be only ha...
Madalynmadam asked 14/12, 2016 at 8:7
2
Solved
I am trying to get a polyline on a Google map after getting directions. I want to use the v3_epoly to place markers along a polyline.
I found this post, which worked, but I found it wasn't complet...
Heir asked 23/4, 2013 at 22:15
8
Solved
All I want is some simple example code that shows me how to obtain a latlng element from an inputted zip code OR a city/state.
Uprise asked 7/4, 2011 at 18:43
3
I am trying to load both the maps library and the places library with javascript so I can embed a map into my page, use google.maps.geometry.spherical functions and make places search requests but ...
Guillemette asked 20/3, 2012 at 11:55
2
I have create a marker using advancedMarkerView
const centerMarkerE = document.createElement("div");
let centerMarkerHtml = "<div class='center_marker'><img src='/images/fro...
Faso asked 22/8, 2023 at 8:34
2
Solved
Google Places API Web Service has a 1000 request per day quota limit for non-billed accounts. When using the search box autosuggestion feature providing multiple places for each key press, this lim...
Burnout asked 4/8, 2017 at 8:21
4
Solved
I want to use Google Maps Tile server URL inside an application.
I'm using the URL
https://mt0.google.com/vt/lyrs=s&hl=en&x={x}&y={y}&z={z}&s=Ga
and it is working fine.
The pr...
Farland asked 13/11, 2019 at 22:10
12
I'm trying to get latitude and longitude from Autocomplete Google Maps API without showing the map. In my script autocompletion works well, but I can't get the latitude and longitude.
<scr...
Chyme asked 20/11, 2012 at 17:24
2
I have a website that displays kml Line Strings as bike routes on google-maps.
I would like to label the routes but have not been able to do so.
I have not been able to add a bubble to the Line S...
Tijuana asked 23/4, 2012 at 0:37
6
Solved
I see Google Maps support geojson. Looking at the docs here:
https://developers.google.com/maps/documentation/javascript/datalayer#load_geojson
Given the last example with the "Google", how can I ...
Broder asked 14/4, 2014 at 22:51
6
I've found the way to set the visibility of a marker using the following:
// create the marker
blueMarker = new google.maps.Marker({
position: new google.maps.LatLng(33.514428, -112.2905653428...
Bothnia asked 30/11, 2011 at 22:54
5
I have the seemingly tricky challenge of trying to work out a path, by sea, from one sea port to another sea port. The eventual aim is to plot this on a Google (or Bing) Map as a polyline.
The pat...
Ibanez asked 14/11, 2011 at 10:59
© 2022 - 2025 — McMap. All rights reserved.