android-maps-v2 Questions

0

So, all bad things in the title aside, I've got a MapView (and a few other Views) inside of a ScrollView (I know, and I've advised a thousand times against putting a MapView in a scrolling containe...
Struma asked 20/9, 2013 at 23:37

1

Solved

I want to slow the update rates as soon as I got a location precise enough for my needs: @Override public void slowUpdateRate() { /* * Set the update interval */ Dbg.v(TAG,"****************...
Jailbird asked 20/9, 2013 at 10:17

1

I have an application that need Google Play Services, because i'm using Android Maps v2. I'm running some tests, and one test requires factory reset the device, and try to run the application. T...
Muffle asked 10/6, 2013 at 13:43

1

I want to design custom icons for an Android app using Google Maps v2. I know there are a bunch of design resources which describe how one would create icons for various devices and densities. Here...

1

I am developing an app to be used on road while driving, just like Google Maps for Android, the official Google application. If you set a target and an origin on the google maps app and begin rout...
Vella asked 9/9, 2013 at 14:45

1

I've been struggeling with Google Maps v2 and custom tiles. It works fine, but we get black squares in Google Maps very often, and they are very distruptive. I can reproduce the problem very simpl...
Jarlathus asked 12/6, 2013 at 7:55

2

Solved

I use my MapView (new API v2) with a list of points that belong to a route. They are pretty close together. My problem is, if I do the animation steps calling mMapInstance.animateCamera(CameraUpd...
Ebonieebonite asked 12/6, 2013 at 16:3

1

I'm implementing a feature in my app that allows user to manually locate themselves on a map. So I use a pin to represent their location and let user drag it to the place they currently are. The si...
Vinosity asked 8/8, 2013 at 16:15

2

Solved

I am using the SupportMapFragment to display a static map in a ScrollView. I do not like to move / zoom the Map, just showing where the location is. When I am scrolling down/up the map shakes ins...
Wavemeter asked 24/7, 2013 at 9:11

1

Solved

i am developing a location base application. which determines the latitude and longitude. now i want to compare it with same values and if matched i want to call event. i try it in many ways but u...
Chrissy asked 9/8, 2013 at 15:59

3

Solved

i am currently trying to implement an ActionBar-Button that on usage sets all my markers on my GoogleMap-object visible or invisible. My problem is that i don't know how i can get a reference to al...
While asked 8/8, 2013 at 12:45

7

Solved

I'm trying to use Google Maps Android API v2, and I have already created the SHA1 key from my release cert. I've read the comments from here and have made everything right, including the permissio...
Tierratiersten asked 24/1, 2013 at 8:48

3

Solved

I have a map view for android maps api v2 in an activity that uses this sliding menu https://github.com/iPaulPro/SlidingMenu. The sliding menu works great except for on the map page. There is a bla...
Siloa asked 12/2, 2013 at 20:32

1

It seems that is not possible to set an API v2 key programatically, so is there any other method to set this value after build.
Owings asked 11/7, 2013 at 13:30

4

Solved

Is it possible to set the API v2 key programmatically instead of setting this value in the AndroidManifest file? I was able to do this with API v1 keys but I can't find some method-constructor in ...
Klecka asked 11/7, 2013 at 8:33

3

Solved

I'm trying to know if a given marker is inside a circle radius. In javascript, i can do something like: google.maps.geometry.spherical.computeDistanceBetween(latLngCircleCenter, latLngPoint); B...
Lang asked 18/4, 2013 at 12:11

1

Solved

I was reading the android docs http://developer.android.com/reference/com/google/android/gms/maps/MapFragment.html and I came across this sentence: Any objects obtained from the GoogleMap is as...

2

Solved

I'm using the Google maps v2 in my app and am debugging it in the emulator. Since the update on the 26th Feb I now get this error message Google Play services out of date. Requires 3025100 but fo...

2

Solved

i am try to get latitude & longitude from address , problem is that .. when i give only city name than it give me correct latitude & longitude and when i give complete address (like state ,...
Bitter asked 22/5, 2013 at 7:58

3

Solved

I have an Activity with a MapFragment that I add to the Activity programmatically using a FragmentTransaction: private static final String MAP_FRAGMENT_TAG = "map"; private MapFragment mapFragment...
Fortieth asked 28/4, 2013 at 17:0

2

Solved

How do I get the current zoom level as an integer on a GoogleMap. I need to take this code from GMaps v1.1: MapView mGoogleMapView; int zoomLevel = mGoogleMapView.getZoomLevel(); I am aware of...
Isogamete asked 3/5, 2013 at 19:48

2

I have Integrated Google MAP API V2 for Android. I want to have a Custom Info Window at Onclick of My Marker. Up to that it is fine. i have integrate it. What I want : I want to Show my Custom In...
Nicias asked 3/5, 2013 at 11:29

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

1

Recently I worked on an android project in which I managed to add markers to a MapView and cluster those markers if they were too close to each other. Now I have to do the same using the new ...
Allantoid asked 25/2, 2013 at 8:35

1

Solved

I'm trying to get the clicked address on a Google Map with the onMapLongClickListener(LatLng point), using the lat and the lng of the point and converting them in a address with a Geocoder.It works...
Occipital asked 28/4, 2013 at 2:23

© 2022 - 2024 — McMap. All rights reserved.