android-mapview
UINavigationcontroller: Use a button to jump to other uiview from the tabbarcontroller
I havent tried this, yet. So is a kind of theoretical question. I have a tabbarcontroller, and in one view, let us call it \"stages\", i want to have a button that give you a shortc开发者_运维问答ut[详细]
2023-03-19 05:42 分类:问答How to update markers on the MapView?
I\'ve added a few markers to my MapView: List<Overlay> mapOverlays; Drawable drawable; MapOverlay itemizedOverlay;[详细]
2023-03-18 16:20 分类:问答how do I disable the blinking "current location" in the MapView?
Is there a way to have the MapView not show my current location? I\'m not *doing anything, as far as I can tell to provoke this behavior, and yet its displaying this flashing blue dot over my current[详细]
2023-03-18 07:59 分类:问答MapView - Have Annotations Appear One at a Time
I\'m currently adding annotations to my map through a loop... but the annotations are only appearing on my map in groups. Also, on load, only about 4 annotations are actually displayed on the map... b[详细]
2023-03-17 18:47 分类:问答Do I need to stop GPS usage once MapView activity is closed?
Currently I display user\'s location at MapView: MyLocationOverlay myLocationOverlay = new MyLocationOverlay(this, mapView);[详细]
2023-03-17 15:07 分类:问答How to rotate the zoom control on a mapview to vertical in android
I have a map, in that map i have placed a zoomcontrol like this View zoomView = mapView.getZoomControls();[详细]
2023-03-17 14:05 分类:问答Android mapView: rotate overlay item
I want to rotate an overlay item (a drawable) according to my bearing onLocationChanged. How do I do this? I tried with the drawable, with the itemizedOverlay, and with the overlayItem, but no success[详细]
2023-03-17 06:03 分类:问答How to draw a border around a mapview
i am trying to draw a margin around my mapView when a button is clicked. So this is what i have tried and it does not work. The mapview is inside a relative layout.[详细]
2023-03-17 00:38 分类:问答iOS mapview issue/question
I have an App I am developing for iOS, and the app does the following Load and set annotations and launch corelocation and zoom to location.[详细]
2023-03-16 23:34 分类:问答How to add a view to a specifc point on mapView
an When an onTouch event occurs on my MapView, i want layout i have specified to be drawn above the where the user has touched[详细]
2023-03-16 18:19 分类:问答
加载中,请稍侯......