google-maps-api-2 Questions

3

Solved

I have an Android app that has Google Maps V2 as part of functionality. I have <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/> <uses-permission android:name="an...
Glimpse asked 4/6, 2013 at 7:25

2

I have set up an Android Application in order to view some things on a Google Map. I used the Google Maps API v2 and followed all the setup which can be found here. I even registered the applicatio...
Hanson asked 27/12, 2012 at 1:34

1

Solved

How to zoom in/out the 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. Th...
Exosmosis asked 7/5, 2013 at 8:43

1

Solved

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 modif...

2

Solved

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 i...

1

Solved

I want to plot my track using GPS on an Android device. I have no problem displaying a completed route but am finding it difficult to show the track as I'm moving. So far, I've found 2 different ...
Norbert asked 26/3, 2013 at 15:57

1

I am currently using Google Maps v2 API for Android and doing some custom overlays. For starters, I create a custom bitmap that is quite a big larger than the standard "marker". I know that usin...

1

Solved

I'm new to android dev :) I'm trying to create a simple app: an activity with a map. I connected my HTC 1x to the computer and when I try to run the app (via intellij IDEA), it crashes. I have se...
Swartz asked 18/3, 2013 at 22:16

1

I am trying to learn android, and playing with an app using the new googlemaps v2 api. I have a couple of menu items, one zooms to current location, one will eventually zoom to another location. ...
Hushaby asked 23/12, 2012 at 20:11

1

Solved

I'm basically trying to figure out how in a cluster of markers to make a marker become selected without clicking on it? Or bring it to the top? I can't seem to find any API methods for this.
Phosphorescence asked 11/1, 2013 at 8:18

4

I am using Android 2.3.6 Device for testing. When I run the Google Map android api v2 on the device it doesnot show the map on the device and also show the error on logcat as follows Google Maps A...
Pauiie asked 7/12, 2012 at 8:36

3

Solved

Do anyone have idea how this animation's implementation is possible in google map api v2. Check out this here. I would like to know how this is done. Please let me know if anyone have any sample c...
Hanhana asked 20/12, 2012 at 12:37

2

Solved

I have just followed this tutorial (https://developers.google.com/maps/documentation/android/start#getting_the_google_maps_android_api_v2) to present the Google Maps. However, when I try to initial...
Densmore asked 28/1, 2013 at 18:33

11

Solved

I can't find an example on how to intercept the map touch on the new Google Maps API v2. I need to know when the user touches the map in order to stop a thread (the centering of the map around my ...
Amaleta asked 23/12, 2012 at 17:23

1

Solved

Alright, here is what I did using the example Got the debug key via keytool (made sure it is the the debug key is used by eclipse in Preferences -> Android -> Build) Generated the key by the comm...
Deoxyribonuclease asked 10/12, 2012 at 15:23

2

Solved

Currently the program are working, but the interface are annoying that because of the alert() function I'm using in getData() function!! and when I delete this line from the getData() function the ...
Pursuit asked 6/12, 2012 at 8:27

2

I have changed the image that I use for a marker on Google maps. The new image is much wider than the old one and I have noticed that the marker is aligned with the lat and lng so that the marker r...

5

Solved

Hey everybody! Im trying to use getLatLng() to geocode a list of postal/zip codes and store the generated point in the database to be placed on a map later. This is what I've got so far: $(".geoc...
Saintebeuve asked 25/4, 2011 at 19:57

3

Solved

A newbie with google maps, I have recently started reading. For one of the projects, I had to plot a few points on a map. I picked up a demo/sample piece from Google's API home for maps, and sta...
Lubumbashi asked 18/8, 2011 at 18:34

1

Solved

is this the correcty way to change the add Overlay to v3? In V3 addOverlay is deprecated...and replaced with setMap? if (setContainerVisible == 1) { mapElements[lMapElementIndex]['visible'] = 1;...

1

Solved

I know they are some issues from v2 to v3 what can i do here to fix it? GIcon is not supported by v3? // Google-Map icon object var gMapIcon = new GIcon(G_DEFAULT_ICON); //change to new google.map...

2

Solved

Some time ago I used the regular method of loading Google Maps API like this: <script type="text/javascript" src="http://maps.google.com/maps?file=api&v=2&key=abcdefg&sensor=true"&g...

3

I'm not sure where to start looking in the documentation, but I'm trying to load map images of cities with their boundaries outlined. Like this... Any help getting started would be greatly ap...
Drawee asked 13/3, 2012 at 17:7

1

In API v2, the map object had a handy method getBoundsZoomLevel(). I used it to get the zoom level which fits the bounds best, then manipulated this optimal zoom level somehow and finally set...

2

Solved

If you use the satellite GMapType using this Google-provided example in v3 of the API, the maximum zoom level has a scale of 2m / 10ft , whereas using the v2 version of another Google-provided exam...
Olenta asked 13/4, 2010 at 11:0

© 2022 - 2024 — McMap. All rights reserved.