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
0answers
13 views

Dynamically drawing polygons in Google map

I am new to android. I've been trying to apply a field of view to my current location in google map. The image shows a FOV on Google map in iOS. 2XVVG (sorry for not able to post images) So ...
0
votes
0answers
23 views

how to inflate layout as drawable in map android?

I want to show my layout as marker on google map but it can not inflate on map. can anyone help me to solve this. and i use polaris library. My code is written below: final View altMarker = ...
0
votes
2answers
29 views

Google Map V2 on Top half of the android screen and list view on the bottom half of the android screen

I am working on a Android project in which I need to show Google Map v2 on top half of the Android Screen and in the bottom half of the same android screen, I need to show a ListView. Below is the ...
0
votes
1answer
9 views

set position of infowindow android google maps v2

I have used custom infowindow when marker is clicked. But it is showing window at default location. i.e. on top of marker. But, I want infowindow to get overlapped on marker. How can set ...
0
votes
3answers
42 views

How to get fragment from the view for Google Map v2

I have my android application which was using Google Map API v1 key and it was working fine. Now I need to give my code to my professor and show him the working demo from scratch on a new desktop ...
0
votes
1answer
32 views

Google Map API v.2 - picture of the map

In my app I'm using GoogleMap component to show path on the map. Everything works fine, but I want to save this map with path to the png. Is there any way I can achieve that programatically?
0
votes
2answers
31 views

Show multiple marker titles on Map

I successfully added multiple markers on the map. Using the showInfoWindow only shows the title of the last added marker. so is there a way to show all the markers' title at once? Thanks :)
0
votes
1answer
65 views

The application has Stopped Unexpectedly, Google Maps

Am trying to display Map on My device (Android). I think I have done everything right as well added permissions to the Manifest, but When executing it says that the Application has Stopped ...
0
votes
1answer
37 views

ClassDefNotFoundException - but it was working fine right up until 10 minutes ago

I'm currently working on an android app that needs to show a map with a location on it with a load of tagged photos at said location. For the past day and a half I've been wrestling to get google APIs ...
0
votes
2answers
192 views

Error java.lang.ClassNotFoundException: com.google.android.gms.maps.MapFragment in Google Map V2

I am using Google Map V2 API for the map. I have copied the google-play-services.jar in libs folder and set in the build path of eclipse. I am getting exception as I added logcat. Please help to ...
0
votes
1answer
118 views

Driving route from my location to multiple destination in Google Maps Android API V2

can you help me how to draw a driving route from my location ( current location ) to a some locations which we manually enter in the program, so when we taped a marked location, a driving route will ...
1
vote
1answer
107 views

How to effectively use Google Maps API V2(with MapFragment, Google Map, Marker etc) to an older app that uses API V1(with MapView, GeoPoint etc),

I was working on a Google Map based project for over 6 months. I was using Google Maps API V1 and its developer API keys. While I was trying to release the app I understood that Google API V1 got ...
0
votes
1answer
29 views

Want to solve deprecation issues in the Google map API v2

I have a project which is currently using the Google map API v1. Now i need to change it into version two. for that one of my customized itemized-overlay class should replace with Marker class with ...
1
vote
1answer
42 views

Directions between points on map?

I need any help in finding directions between path point the problem is i can find bearing, distance and angles between points this page helped me a lot i have the latitude and longitude of each ...
0
votes
2answers
26 views

Cant see google map in application anymore

I recently re-installed my windows and had to remove the old adb in order to run the application on my mobile device. My application uses google maps api v2 but now i cant see the map, only the zoom ...
-6
votes
1answer
63 views

android Zoom-to-Fit All Markers on Google Map v2 [closed]

I want to zoom map view such a way that it cover all markers, i am reviewing sample code of gmap V2 given in sdk. It lays on sdk\extras\google\google_play_services\samples\maps. Thanks in advance.
-4
votes
0answers
32 views

My Location coordinates [closed]

Welcome, dear friends. Sorry for my english Guys like to know your position with the aid of google MAP api   android. and how to put in place a standard marker Customise
0
votes
1answer
25 views

Android Maps API: Failed resolving interface

I implemented a map method using the Google Maps API. Yesterday, it was working fine. Since then, I've made absolutely no changes whatsoever to eclipse, any map related method (including views and the ...
0
votes
0answers
29 views

Get traffic on route with android - maybe using API [closed]

I would like to create some code that using an api, can check the traffic on a specific route / Google maps api polyline and return the time it would take to travel between the start and end of the ...
0
votes
0answers
80 views

Google Maps clickable marker without latitude longitude

I've searched through this site for the answer. However, I am wanting to make markers clickable without the latitude and longitude information.. I am making this map dynamically via a database and ...
0
votes
0answers
49 views

How to give the number in google map marker

How to give the number in google map marker ? there is marker is available but i implement marker with it's number. i used following code for this locations = (<?php echo json_encode($location); ...
0
votes
1answer
53 views

Google Maps Script - Changing the static info with variables from the database loop

Ok, so I am trying to figure out how to include the below javascript/jquery google maps script in the loop. What I am wanting to do is replace the static information in the script and replace them ...
1
vote
2answers
83 views

custom tiles in primefaces GMap component

I'm wondering if it is possible to create a GMap component in primefaces which use custom tiles to render the map. I know how to do it in pure javascript ...
1
vote
0answers
39 views

How to calculate area of Irregular polygon drawn on map fragment using Google map API V2 in android? [duplicate]

I have captured multiple points by moving around field and saved it in array list of Lat Long. From these points I have drawn polygon on my map fragment. Now I have to calculate area of this drawn ...
0
votes
1answer
101 views

Android GMaps v2 - Get location of the center of the map & map height and width

I'm trying to get the latitude and longitude of the center of the map in the Google Maps V2 API & get the width and length of the map. Here is my old code(from GMaps v1 that I started to modify): ...
0
votes
1answer
112 views

Unable to update my current position on google maps android v1 only the 1st position is showed throughout

I am unable to update my current position on google map api v1 in android. Only the first position when the app starts is shown throughout. Here's my code I have taken help from androidhive. There are ...
0
votes
0answers
37 views

Android application using google maps v2 and xml parsing to obtain relevant location and user information

I am developing an android application using google maps v2 to find the location of people. I plan on doing this by retrieving their location which is stored in an xml file from a local web server ...
0
votes
0answers
75 views

How to draw a path between two points using mapFragment?

I want to now how to draw a path between tow points in mapFragment. The first one is the user current position, and the second is pre-defined position. After searching online, I found a lot of complex ...
0
votes
2answers
89 views

Android google map v2

Hi i used google map v2 and if i run app public class SocMap extends Activity { } open map but i if run app public class SocMap extends FragmentActivity { } app crash error: 04-28 ...
-2
votes
0answers
69 views

MarkerClusterer in google maps api V3

I m trying to migrate a code in google maps V2 to V3.Its using MarkerClusterer.js and the hard thing which I find here is that its customized in the existing code.I m in very much lack of time and is ...
0
votes
1answer
85 views

Android Googlemaps V2 API Key Query?

I have been in the process of upgrading my Android Java app from Googlemaps V1 to V2 and it's being rather painful. I need to do all my display procedurally (i.e. no XML layout files) as it's a cross ...
1
vote
0answers
214 views

Android alternative for google maps (offline)

I'm working on an app where users could press a button to see a map. I've implemented that google maps opens inside the app to show a map. Now my question is: If there is no wifi/3G it is impossible ...
-2
votes
1answer
48 views

Google maps API convert from V2 to V3

I am jrying to convert the following 2 google m aps V2 API events to V3 but cannot for the life of me figure out how to do it, would it be possible for someone to give me some pointers on this? ...
0
votes
1answer
237 views

Google maps api v2. Failed to Load Map. Could not connect to google servers

I an getting this error when I run the application on the real device. Main_Activity.java, protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); ...
0
votes
1answer
31 views

Google maps Api Version 2 to Google maps Api Version 3

I was using the following code to find the center and zoom in my code which was using google maps api V2. function calculaCentro(points){ alert("in calcula Centro"); var gbounds = new ...
0
votes
1answer
72 views

Google Map Marker with custom numbering

I have a Google Maps marker function that successfully creates markers on a map like this: // A function to create the marker and set up the event window function createMarker(point,html) { ...
-1
votes
0answers
41 views

Why Default getInfoWindow Open?

Hi am working on Google map v2,I am showing popup by using getInfoWindow issue is that my list view open with one defaule popup.How remove this popup means open only one here is my code:- ...
0
votes
2answers
349 views

Google Maps API V2: GPS icon doesn't appear

In my app I have recently upgraded Google Maps from V1 to V2. Now, with an HTC One S (Android 4.1.1) when I switch on GPS and enter in the map activity, the app recognizes that GPS is on but its icon ...
-3
votes
3answers
127 views

Displaying Map Using Google API

I want to display map using google API. I am able to generate API key using debug.keystore but it shows only grid with label google not map i have added MapView control in xml file . what am i ...
2
votes
0answers
220 views

Show a moving bus in google maps api v2 android

I am trying to show the position of a moving bus in google maps api v2 in an android application. I am able to mark the stops and draw routes using the markers and polylines. Now, I am trying to have ...
0
votes
0answers
163 views

Google Maps API v2 Marker with Street View Image as Icon

I'm using Google Maps Android API v2 and I've got everything set up correctly. I have set some markers based on latitude / longitude. How can I add the Street View image of the lat/lng as an icon? ...
0
votes
0answers
40 views

Not seeing maps extending from MapActivity

When I upload the APK into the device, I can't see the maps. I've tried with FragmentActivity and I can see the maps without any problem, but in this case using MapActivity don't. The Google Maps ...
0
votes
1answer
72 views

Using MapFragment with min sdk-8

I wish to use google maps in my app. For that, I am using MapFragment. MapFragment requires minimum sdk version 11. But I wish to have minimum sdk version as 8 so that my app works for Android 2.2 and ...
-4
votes
0answers
72 views

how to call javascript function from jQuery ajax call?

I have jQuery ajax call to get results from the server, and in success, the code should call javascript function which is not in jQuery region code, so I got error in firebug: that the call of ...
0
votes
2answers
74 views

how to call javascript function from jQuery ajax?

I have jQuery ajax call to get results from the server, and in success, the code should call javascript function which is not in jQuery region code, so I got error in firebug: that the call of ...
0
votes
0answers
37 views

Android Placing more then 17000 marker on mapview

I Want to place 17000 markers on my Mapview. App response till 500 after that app struck and get deadly slow. following is my code to Populate markers on mapview. Plz help me in this regards. ...
0
votes
0answers
84 views

Google Maps API V2 Plotting Multiple Pins and using Click Links

I'm using v2 of Google Maps API and have ran into a little problem. At the moment I have an empty map which plots and locates to a location when a link has been clicked <a ...
1
vote
1answer
209 views

Android Maps API v2 - event onClick on my location cursor

I have an application using Maps API v2 and I use the method map.setMyLocationEnabled(true); to display user location. It works well as in the classic Google Maps application, with the blue radius ...
0
votes
2answers
84 views

Google Map V2 GIcon.shadow Image display in local development server but not from test server

I have custom marker icon (gif/png) to display on Google Map V2. I am using GICON and shadow property to set image path. The marker icons are diplaying as expected in development system. But after i ...
8
votes
1answer
478 views

While Make sign APK of Google map (Failed to load map Could not contact Google servers) this error accured.

In my application I will implement google map example My One Confusion 1. When i directly run the application the map will run perfectly 2. while i can make sign apk (make Key Store file and ...

1 2 3 4 5 10