I have address(city,state,country,zip) and want to get TimeZone , latitude and longitude in single Google API call , i see google provide TimeZone api which acc
I want to pass the heatmapdata array for my Heatmap Layer from my PHP file. When running my code (below) I get the following exception: Uncaught TypeError:
So im trying to move marker smoothly, but id doesnt work. Marker is moving, but not smoothly, the same result i can have if i will write marker[n].setPosition
I'm an Android noob and also this is my first post on stackoverflow. I've been trying for some time to find a solution to my problem but couldn't find anything
I am trying to plot markers on a google map using an array of addresses. The markers are correctly plotting (I used the tips in this post: Multiple markers Goog
I have created a custom map via http://www.google.com/mymaps/ and have added a few locations. Is there a way for me to retrieve these locations (in lat and lng
Currently, I have rendered the map component into a reusables component successfully using InfoModal to show an icon, however, the standard red Google Map icon
When using android google maps app share button for a location, it just return a url as intent to other applications like this one: https: // goo. gl / maps/tk
I've got a page with two Google maps on, using the v3 API. Currently they have one pin each, with the same lat & long set for each pin, although one of the
I am working on a PHP script which takes XML input, parses it and then displays (eventually rotated) rectangle and ellipses areas. Because area can be rotated,
when I integrate google map in flutter, the first once I launch the screen that contains google map widget it freezes my app. note I'm using tab view widget
Trying to display multiple markers but it's not working. I'm trying to display multiple markers on google maps but I'm getting multiple errors InvalidValueError
I'm trying to build an app for building a route with Google Maps. I need to combine Google's direction service and Google's polylines. The route could consist o
When I do search in google's autocomplete I see correct address. Example: Pavlichenko Street, 20b, Bila Tserkva, Kyiv Oblast, Ukraine This address has place_
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