I currently have a marker called chicagoMarker and I created an event listener for this. I am having trouble getting an alert box to appear each time the user g
I am getting a GMSPolyline to custom location but I am not getting a route direction (GMSPolyline) from user location to some custom location. What I have done
I made a custom search bar on my map that needs to overlap some controls that are on there as well, after messing with the z-index of those controls for a while
My question is about the charge in the Google Maps API, I have the following code: public void onMapReady(GoogleMap googleMap) { mMap = googleMap; //
When I try to get the zipcode for an address using Google maps geocoding API, it works, the postal code is returned as part of the address_components array: (ex
The thing is I'm trying to query my database to find all points that fall within a radius of a certain given point. One possible way of doing this would be to
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
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
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
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
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
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
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
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> <
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
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
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
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
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.
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