Category "google-maps"

Google embedded map not displayed

I got Google map API credentials for a browser key. For allowed referrers I put in my website like *.mysite.com/* and www.mysite.com/* Then I used the Quick St

Easiest way to calculate area of drawn polygon with google map

Javascript/google maps beginner here. I am looking for a simple way to calculate the area of a polygon the user draws on the map. Code Snippet: function

Flutter Google Maps: How can you change maptype after runtime?

I am trying to change from normal to satellite when pressing a button as shown below, but i get an error that setMapType does not exist. mapController.setMapTyp

Embedding the new google map in your website

I just found out that the new google map doesn't have a link button that used to let people get the embed code which they can embed in their websites. LINK-1

Google maps api-3: Change polygon's default cursor

I can change the map's draggableCursor for example but I even if I change it polygon's cursor is still pointer since the map is behind polygons. I would like to

Google maps hide marker title in Android

I'm trying to add a Marker into my Google map. Here is the code. private final LatLng LOCATION_HOME= new LatLng(6.0334009,80.218384); mMap.addMarker(new Mar

Google maps draw distance traveled polyline

I would like to draw a 'distance traveled' polyline over a preset route using V3 of the google maps API. The polyline would need to run through multiple waypoin

Google maps do not have border radius

when we use google maps to display maps can not make round edges Issue only on chrome HTML <div id="mapframe"> <div id="map"></div> <

How to find people using my app within some radius of my location

Hi I build the app to find all bar and cafe within some radius of my location with API of google, now I want to add all people using my app within some radius o

Android Google map Cluster Item marker with dynamic image URL - overwrite URL with all marker

In my app having cluster on map, Top/Main cluster marker show total marker count, click on that show all sub cluster item marker. In Cluster item(Sub cluster m

Google Maps API zoom after setcenter

I have attempted to use Google Maps to add locations to events that the user can create. As such there is an "add location" checkbox that has onclick="initializ

Xamarin Google Maps Blank

I've been following: https://developer.xamarin.com/guides/android/platform_features/maps_and_location/maps/obtaining_a_google_maps_api_key/ and https://devel

storing coordinates in array in javascript

I want to store coordinates into an array in javascript, I am new to javascript and do not have an idea how to do it. Any help would be appreciated.

Making screenshot of Google Map bigger than my device screen

I'm developing an Android application which is using Google Maps API v2 and is sharing the map screen through socket connection with another Android device. It

Google Maps API V3 : How show the direction from a point A to point B (Blue line)?

I have latitude and longitude for 2 points on database, I want my Google Map to display a route from point A to point B... Just like we see here (Google Maps D

Does google_maps_flutter or any other map plugin for flutter supports kml file for google maps?

I want to load kml files on google map in flutter. i can't find it on google _maps_flutter plugin. is there any other plugins which can do it in flutter?

How can I use Google Map's distance matrix API in flutter. Can anyone help me

I am making my final year project and I am stuck in distance matrix. I am making an app in which I am using google maps, but I don't know how to find the time a

Google Maps RouteBoxer API missing

I've been using this API for several years now and it's worked as recently as March or April of this year. Now, I'm getting a 404 error from: http://google-ma

google map static drawing "route" instead of straight line

I succeeded in getting a google static map displaying a path between 2 coordinates. The problem is that the drawn path is just a straight line between the 2 po

ERROR: Runner.xcworkspace does not exist. error implementing google maps

I'm trying to implement GoogleMaps into my flutter project, it works fine for the android version, but with the iOS version I'm facing some problems. The error