Questions tagged [google-maps-mobile]

80 questions
125
votes
13 answers

Android Google Maps v2 - set zoom level for myLocation

Is it possible to change the zoom level for myLocation with the new Google Maps API v2? If you set GoogleMap.setEnableMyLocation(true);, you get a button on the map to find your location. If you click on it, then the map will bring you to your…
dumazy
  • 13,857
  • 12
  • 66
  • 113
46
votes
4 answers

zoom level listener in google maps v2 in android

I'm developing an Android app that is supposed to use Google Maps v2. Now i'm stuck at finding when zoom level of map has changed. Can anyone help me?Thanks in advance.
40
votes
4 answers

Animating markers on Google Maps v2

What is the best way to animate markers on Google Maps using v2 API? I am working on a map-centered game where I track locations of people and display them on the map for each other to see. As people move, I want to animate a marker from his current…
17
votes
2 answers

Open Street Maps with Android Google Maps Api v2

Is it possible to use an open street map provider with the new Google Maps V2 Api on Android? If so can you provide an example, or documentation? I have looked quickly at the docs and found UrlTileProvider() , so it looks likely this is…
15
votes
6 answers

Google Maps works fine on Android but I still get an error "Could not find class 'maps.i.k', referenced from method maps.z.ag.a"

I got Google Maps Android API v2 to work perfectly on my Android Application by downloading the library, adding it to workspace, then referencing it as a library. But I still get this error as soon as the activity containing the Map Fragment…
13
votes
5 answers

iOS GoogleMaps SDK - animateToCameraPosition animation finished handler?

Currently I am using the GoogleMaps SDK for iOS for various operations. When calling [self.googleMapsView animateToCameraPosition:[GMSCameraPosition cameraWithLatitude:LATITUDE …
Robert Weindl
  • 1,092
  • 1
  • 10
  • 30
10
votes
6 answers

How to implement Google Maps new version of API v2

Hi every one I came to know that google maps has deprecated its previous version API v1 and introduced a new version of google maps API v2. I tried out one example by following some links in google any how i am pretty sure that i got the api key…
bapatla
  • 121
  • 1
  • 1
  • 15
9
votes
2 answers

Google Maps Android V2 and Direction API

I'm developing an app where i need to know the path between the current user posistion and a point of interest. I'm using android 2.3.3, google maps android v2 and direction api. My problem is that all the code i have found is for the old version of…
antedesk
  • 756
  • 6
  • 15
  • 30
6
votes
2 answers

MyLocationOverlay or LocationManager for updating current location

I am using MapView to show current location of a user on a Map. To update the location while the user is on the move, I have to a choice: I can use MyLocationOverlay to draw the current location and extend it to allow tracking of the users location…
5
votes
1 answer

Is there a way to create Google Maps KML layer in high resolution for retina display?

So I try to use KML Layer with custom icons for my Google Maps V3 mobile webapp (using jQuery Mobile). The base layer of the map is displayed correctly with sharp resolution and the zoom control is styled in compact mode automatically by the API, so…
Similanblu
  • 198
  • 2
  • 7
4
votes
2 answers

Location animation used in Google Map

I use Google Map in my ios app and I like to show the location animation used in the Google Map.That animation is normally used for displaying the current location and is auto-resizing, i.e. the marker size is animated like self growing in light…
Bryanyan
  • 677
  • 3
  • 13
  • 30
4
votes
2 answers

How to display multiple markers with different icons in Google Maps Android API v2?

I am parsing an XML file which contains the data for my Android Application that will be displayed on a map using the Google Maps Android API v2. The sample format of the XML file is:
4
votes
3 answers

Showing a route between two points with multiple waypoints

I am new to android and developing a navigation based application for android.My question is I want to show a route with multiple way-points between source and destination node in Google maps and I don't know how to do it. I have search for this but…
Cham
  • 787
  • 3
  • 11
  • 25
3
votes
1 answer

Limiting the MapView to half the screen

I am trying to get the map to fill in only the upper half of the screen and some other layout in the bottom half. Now I know that this should be possible using weights in combination with a tablelayout. But the same piece of XML code works perfectly…
Urban
  • 2,201
  • 24
  • 52
3
votes
1 answer

How to customize the InfoWindow of google map iOS SDK?

I want to change the width of the InfoWindow of google map iOS SDK. Is there anyway to do? The reason I want to do it is to show the full address in the InfoWindow. Is there any other way to do so instead of customizing the InfoWindow? Also, can I…
1
2 3 4 5 6