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
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 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; //
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 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
I have a for loop in a search function, with a function that does a callback inside the loop, and I want to execute a BUILD() function after the loop, and after
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
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
I have an autocomplete field on my rails app, which is not returning the postal_code for some French cities, whereas they actually DO exist (and since all citie
I have an asset i.e. a truck generating reads (lat, lng) at a specific interval and I am plotting those reads on maps using direction service api But direction