The Google Maps API (v2) lets you embed Google Maps in your own web pages with JavaScript. Version 2 of the API has been officially deprecated as of May 19, 2010.

learn more… | top users | synonyms

1
vote
1answer
13 views

Rotating drawable via XML not working with marker on GoogleMap V2

I would like to rotate a drawable with an xml-file, then show it on the map. I do like this. //...// mo1.position(myLatLng).icon(BitmapDescriptorFactory.fromResource(R.drawable.myxmldrawable)); ...
2
votes
2answers
20 views

How to check if a point is within one or more circles on google map?

I am new to programming android and having a problem with an map application I am working on. The app allows for circles to be place on the map through a click and if the current location is inside ...
0
votes
0answers
10 views

Android - Maps don't scroll horizontally

I'm using Google Maps V2 in my Android Project. I have created (with the wizard) an Activity with Scrollable Tabs + Swipe, in one of my layout i'm using SupportMapFragment, but in the map i can't ...
-2
votes
0answers
11 views

Draw shapes in google map v2 following fingers movement

I'm using google map v2 and it works well with me, but I want to draw lines and circles by finger movements like what in the video in this link. Video how can I do that by code? Thanks in advance
-4
votes
1answer
40 views

Google Maps - Does it cost money? [on hold]

Does it cost money, for integrating Google Maps Android API v2 in our Apps? If so, then how could we do integrate them to our test Apps or Tutorials? is there a Trial period or something? Or is it ...
0
votes
1answer
34 views

Android - Google Maps, Google Play Services library referencing

Is there any better way (easy) to reference the Google Play Services lib(.jar) than, importing the Google Play Services project from Android SDK directory into Current project's Eclipse workspace? ...
0
votes
0answers
8 views

Jqueryui context menu with google maps v2

Don't ask why we're still using API v2, it's a long sad tale that isn't pertinent. When I capture the right mouse button down event using GEvent, I get three parameters: point, src and overlay, but ...
0
votes
1answer
12 views

How convert the code of the google maps api v1 to v2?

How can I do this on Google Maps API v2? MapView mv = (MapView) findViewById(R.id.mvGoogle); mv.setBuiltInZoomControls(true); MapController mc = mv.getController(); ArrayList ...
1
vote
0answers
17 views

Google Map API functioning but not showing in IE and Firefox?

I am creating a responsive website in dreamweaver. I have created a Google Maps API that allows users to type in their post code in a separate div and then click submit. The Google map div then shows ...
0
votes
0answers
21 views

Adding a marker on top of geoXml overlay

I'm trying to add a marker to the center of a Google Map. The map contains a geoXml (.kml) overlay. I think the marker is being created correctly but it won't display as it is underneath the ...
1
vote
0answers
23 views

Android reverse geocoding can I obtain a county name for areas in Great Britain

I am playing around learning Java to build apps. I have came across a rather large flaw in the reverse geocoding from Google. I am creating an app to simply display a users town, county, country etc ...
2
votes
2answers
36 views

Implement getDirection in google map V2

I have a marker on a predefined location .What I want is to get the direction to that marker from my current location which I get from the GPS. I tried many SO links but they didn't help as there were ...
0
votes
2answers
56 views

how to display map in google map API v3 [duplicate]

I have this sample code for google map api to search location. I can give the input but not able to display the map on browser. I tried various other codes in ...
1
vote
0answers
41 views

Launch directly the directions on Google Maps

I want to launch the Google Maps app from my android application with the driving directions view. I gone through the following posts but they don't serve my purpose. Launch Google Maps to show road ...
1
vote
1answer
49 views

Elabel undefined error in Google Maps V3

I have been porting a script I have from V2 to V3 and I have hit a snag. I am getting an Elabel undefined error but I am not sure why I am getting this. I have updated the Elabel.js to V3 which is ...

1 2 3 4 5 37
15 30 50 per page