Top "Google-maps-api-2" questions

The Google Maps API (v2) lets you embed Google Maps in your own web pages with JavaScript.

How can I change the color of a Google Maps marker?

I'm using the Google Maps API to build a map full of markers, but I want one marker to stand …

google-maps google-maps-api-2
Set Google Maps Container DIV width and height 100%

I loaded Google Maps API v3 and print Google Map in div. But when set width & height to 100% and …

css google-maps google-maps-api-3 css-position google-maps-api-2
Find distance between two points on map using Google Map API V2

I am using google map api v2 in my android application, I am able to show the map and put …

android google-maps-api-2
Google Maps v2 - set both my location and zoom in

My question is, does anyone know how to set google maps up, to open up both my location and in …

android api google-maps google-maps-api-2
Android map v2 zoom to show all the markers

I have 10 markers in the GoogleMap. I want to zoom in as much as possible and keep all markers in …

android google-maps google-maps-api-2 google-maps-android-api-2
Add Marker function with Google Maps API

I have the following Javascript that includes both the standard Google Maps API initialize() function and custom addMarker() function. The …

javascript google-maps-api-3 google-maps-api-2
Adding multiple markers in Google Maps API v2 Android

I want to add multiple markers in my map, but I don't know the way. At the moment, I'm using …

android google-maps google-maps-markers google-maps-api-2
Google Maps Android API v2 - detect touch on map

I can't find an example on how to intercept the map touch on the new Google Maps API v2. I …

android google-maps maps touch google-maps-api-2
Move markers in google map v2 android

I am doing map clustering in Android Google maps v2. I just want to animate the marker from one geopoint …

android google-maps-api-2
How to show multiple markers on MapFragment in Google Map API v2?

I am using Google Map API v2 in my application to show Maps. I have followed all the steps, that …

android google-maps google-maps-markers google-maps-api-2 supportmapfragment