mapactivity
Why does my android app shows google map with small boxes over the map?
I am working on an android app. It was working correctly before but then I had to re-install my machine and I lost my debug.keystore. So I generated a new api key for the new debug.keystore but now I[详细]
2023-04-12 13:00 分类:问答Android MapActivity cannot retrieve location data
I have followed the HelloMapView tutorial for android, and added some code to capture my current location information and display in a textview.[详细]
2023-04-08 01:39 分类:问答Where should I write code to dismiss ProgressDialog after map image data on mapview is completed?
I set up ProgressDialog right after setContentView to pop ProgressDialog up. After it\'s completed map image data on mapview, I wanna call method to dismiss ProgressDialog.[详细]
2023-04-03 07:47 分类:问答How can I change an overlay's icon from Android's MapView class?
I\'m working on a map in Android, with several overlay icons covering it. My problem is that each overlay\'s icon is static and does not resize with the rest of the map when zooming in and out. This c[详细]
2023-04-03 04:10 分类:问答Android MapActivity onLongPress / zooming mix up
I have a class extending MapActivity which has an overlay attached to it extending ItemizedOverlay.Inside the overlay I have a GestureDetector and a OnGestureListener.Now for my problem:[详细]
2023-04-02 08:17 分类:问答Please help: android.view.InflateException: Binary XML file line #3: Error inflating class com.google.android.maps.MapView
I wrote the Get Point application (https://market.android.com/details?id=jv.android.getpoint&feature=search_result) to store GPS coordinates and export a KML file to be opened in Google Earth. Tha[详细]
2023-04-01 23:54 分类:问答Android MapActivity - Grid
I have a developed app with a MapActivity. The app works great when I install it 开发者_StackOverflow中文版via USB to my phone, but I\'ve exported the APK to some others and they only get the grid.[详细]
2023-04-01 03:34 分类:问答How to include the GoogleMaps.apk file while extending MapActivity
I need a help, In my eclipse, I have 开发者_运维问答extended MapActivity to display google maps. Now if i run my program, there exists an error that[详细]
2023-03-31 08:51 分类:问答Map view and get variables on MapItemizedOverlay Activity
I have MapView on my android application. I have a GoogleMapsActivity where I get coords to display on a map.[详细]
2023-03-28 09:20 分类:问答Android MapActivity onTap event
I have 开发者_开发问答a MapActivity and Map pins are displayed using ItemizedOverlay. I want to transfer onTap event to MapActivity. (onTap function is present in ItemizedOverlay class). How this can[详细]
2023-03-27 13:18 分类:问答