android-maps Questions

2

Solved

I have developed simple Map application using google map version2. It is working fine on Android 4.0 supported devices but not run in Android 2.3(API 10). Now I need to support the same application...
Canvas asked 1/8, 2013 at 11:16

5

Solved

I tried following a tutorial on Android Maps V2 Quick Start But when I run the app, a blank map screen is shown. My phone uses android 2.2.1. This is what shows in logcat: 12-07 18:07:52.479: W...
Parasite asked 7/12, 2012 at 18:12

1

Solved

I have the following code: public class Tab_Map extends SupportMapFragment { View view; SupportMapFragment gmap; GoogleMap map; @Override public View onCreateView(LayoutInflater inflater, ViewGr...
Block asked 19/7, 2013 at 10:37

2

Solved

I'm working on an Android app that uses Geopoints and I want to determinate a Geopoint from another Geopoint, a distance (in any format) and a polar angle. For example, I want to get coordinates of...
Bible asked 26/2, 2012 at 11:35

2

Solved

I am currently developing a tracking system to plot out the user's movement trajectory inside a room or whaterever. Now i have managed to import my map into the app and the map is free to be zoome...
Jehad asked 5/7, 2013 at 5:40

2

Solved

My Google Maps activity searches for addresses with Google Maps Geocoding API V3. I see that sometimes, even if I repeat the search multiple times in sequence, Google Maps response is OVER_QUERY_LI...
Parcel asked 27/5, 2013 at 9:58

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 am showing a map in activity ... but when i run app on device it does not show any thing , it show just white screen and zoom in zoom out options... MAP key is right .. thanks .. AndroidManifest...
Phina asked 16/5, 2013 at 14:13

2

Solved

I am using google maps api v2 and everything was working fine . today morning i updated the sdk and now maps are not working. Tried a lot of things like importing the lib project again and all but ...
Reflector asked 16/5, 2013 at 8:59

1

Solved

This is a tricky question, been banging my head for a day, please help. I use Google Maps Apis to get the shortest driving distance and its routes, points, etc between 2 GeoPoints that I provide, ...

4

Here is my asynctask part where I am putting pin in some location parsed from an XML. This is doing fine for a small location data set but takes a long time when the location data set is large. pri...
Baxie asked 10/2, 2013 at 12:57

2

I have two devices. One is HTC WildFire S and other one is HTC 1V. I used the Geocoder.getFromLocationName() in my application. It is running successfully in the HTC wildfire S. But in the HTC 1V i...
Pongee asked 19/6, 2012 at 10:20

2

I want to add map inside fragment with custom layout. I can do it using ChildFragmentManager that will add SupportMapFragment. This approach im currently using. However it has disadvantage becaus...

2

Solved

I'm using the Android V2 Google Maps Library (Google Play Services) in my published app. I've been seeing sporadic exceptions show up in Google Play that seem to suggest the support map fragment oc...
Deplane asked 28/1, 2013 at 17:30

2

Solved

I'm working with the new GoogleMaps API (v2) and have some problems with the fragment. I have two fragments in my app (Map, List) and the user can switch between them. Works fine so far with this c...

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'm using the Google Maps for Android v2. I would like to display the current user location and zoom on it. Here is the code in the FragmentActivity: @Override protected void onCreate(Bundle saved...
Paulitapaulk asked 24/1, 2013 at 13:8

2

Solved

I am trying to build an app that will implement Action Bar tabs. One of the tabs should contain a MapFragment. How can I implement an action bar with tabs, under one of which is a map Fragment? C...

3

Solved

I am trying to create a background service that updates the current gps position. I am getting a NullPointerException at line LocationManager lm = (LocationManager) getSystemService(Context.LOCATIO...
Litta asked 22/1, 2013 at 4:4

2

Solved

Ok. You'd think this would be relatively simple, but nope. I am using Open street maps on my website, as the data is free to use, edit, and update - my project follows this mantra, and alongside g...

1

Solved

Possible Duplicate: How do I know the map is ready to get used when using the SupportMapFragment? I am currently testing the new Maps API V2 but I'm really having trouble getting it t...
Burbot asked 28/12, 2012 at 10:9

3

Solved

I am trying to set zoom level for Maps in android such that it includes all the points in my list. I am using following code. int minLatitude = Integer.MAX_VALUE; int maxLatitude = Integer.MIN_VA...
Doom asked 25/2, 2011 at 7:31

1

Solved

I'm playing with the new Google Maps Android API (v2) released earlier this month and I was delighted to see a MarkerOptions.draggable(boolean draggable) method which I thought would create a dragg...

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

12

Solved

now that the final SDK is out with google apis - what is the best way to create a Fragment with a MapView? MapView needs a MapActivity to work right. Having the Activity managing the Fragments inh...

© 2022 - 2024 — McMap. All rights reserved.