android-maps Questions
1
Solved
Background
I have successfuflly added the new map api v2.0 to a ViewPager and the map loads fine. I am using the FragmentViewPager. I run into trouble however when trying to add markers as I canno...
Gin asked 6/12, 2012 at 0:40
2
Solved
I'm currently implementing my own subclass of SupportMapFragment, using the google-play-services library r3.
I get a NullPointerException in one of the internal classes of the library when I try t...
Dalia asked 5/12, 2012 at 14:8
1
Solved
Is there any way to export GeoPoints into a GPX file?
@Override
public void onLocationChanged(android.location.Location location) {
lat = location.getLatitude();
lon = location.getLongitude();
...
Aerobatics asked 23/8, 2012 at 11:20
2
Solved
Using the com.google.android.maps API, I've got a MapActivity which uses ItemizedOverlay to place several (up to about 1000) icons on a MapView. I want to refresh (or perhaps just add to the list o...
Young asked 24/11, 2011 at 10:5
3
Solved
Yet another compatibility question.
THE PROBLEM
I need to use a tabbed action bar in api level 3.0 and greater to switch between fragments. However, I also need to be able to switch between these...
Springhouse asked 6/8, 2012 at 15:19
4
I need to draw shapes just like those you would create with custom maps on Google Maps, using Android's MapView.
In other words, if I draw a shape on the map, when I zoom out it should shrink, cov...
Nemeth asked 29/5, 2012 at 2:10
1
Solved
Rotated OpenStreetMap view - how to Swipe map in direction of finger move after rotation in Android?
I am using the OSM for a mapping application where I
rotate the map in direction of travel as explained here Android Rotating MapView . This works well.
However, I haven't yet managed to adjust th...
Latchkey asked 29/12, 2011 at 14:13
2
Solved
I was following this tutorial:
http://www.vogella.com/articles/AndroidLocationAPI/article.html --> Paragraph 6.0
Problem: My emulator runs perfectly fine and everything works good (it zooms and ev...
Tubulure asked 19/6, 2012 at 15:19
5
Solved
I have a task to show 458 markers to show in Android maps. And to avoid performance related issues I update the data on map using an AsyncTask instance.
Here is a short scenario of what I do.
...
Hoptoad asked 7/12, 2010 at 6:56
2
Solved
Trying to change the marker from an overlay item I noticed the setMarker() makes the item not visible. Here's the code sample.
//Create new marker
Drawable icon = this.getResources().getDrawable(...
Grishilda asked 21/9, 2011 at 19:33
3
Solved
I have been struggling with this long time.
I am trying to add Overlay on my map.
I am using the open source OSMdroid. but all I get by the example is a straight red line from one corner to another...
Hypnotist asked 27/6, 2011 at 17:7
2
Solved
Edit: For a detailed how-to, check out my answer.
I'm struggling with it for two days now, hope someone can help.
I'm trying to use the newest ActionBarSherlock (4.0) with a MapView. I knew it's ...
Natal asked 5/4, 2012 at 22:53
3
Solved
I am trying to replicate this feature of Maps in Android:
You can see that on the map, there's a Circle depicting the range that the user has selected.
In my application, I'll also want a dragge...
Spurtle asked 13/12, 2010 at 12:19
2
Solved
I have a latitude and longitude and I want to open google maps centred at that point. So i use the following code for it:
Intent intent = new Intent(android.content.Intent.ACTION_VIEW,
Uri.parse...
Kress asked 13/2, 2012 at 7:14
1
Solved
I have a MapView with some overlays and a subclass of MyLocationOverlay on top of them because I want the user current location to show above the other markers.
I'm handling the onTap event for th...
Greaves asked 6/2, 2011 at 12:49
2
Solved
i wanna show google maps on my android application. show i do some basic step like this :
AndroidManifest.xml
<uses-permission android:name="android.permission.INTERNET" />
maps.xml
<...
Nariko asked 10/12, 2011 at 15:50
1
Solved
I have created an AnimationDrawable in XML, and it works fine. But on moving the drawable into a MapView as an overlay marker (replacing a static drawable that works fine), the animation stubbornly...
Period asked 13/9, 2011 at 19:38
3
Solved
I have a mapview where I want to track the user's current location. GPS as well as 'use wireless networks' is activated in my phone settings.
Nevertheless, since I'm indoor I don't get a GPS fix, t...
Menorrhagia asked 20/7, 2010 at 10:27
1
Solved
I dont get the point, why I have to code so much for it. Like, I dont want to care about...
the position of the balloon (I just want to assign a geopoint)
the layout of a basic balloon (Later on...
Wittenburg asked 7/10, 2010 at 10:12
© 2022 - 2024 — McMap. All rights reserved.