Say there are two overlays on a MapView. How do I specify wh开发者_开发问答ich appears on top of which?When mapView.getOverlays() is called it returns a List which is ordered from lowest layer (index
I have an application that generates some number of tokens around the current location of the user using a certain distance radius. The user will then have to run to some of those locations. The probl
how to coding to set mapview don\'t show the current location now it\'s not show on emulater but when I try to install on my mobile , the current loca开发者_如何学Gotion sigh will show
I am showing the user location in an MKMapView. I don\'t want the default blue circle but instead the red pin.
Im writing an iphone app that needs to display annotations depending on groups like \"Petrol Stati开发者_开发问答ons\",\"Restaurant\" as user selects. I\'m using MBProgressHUD and adding annotations i
How do I get the latitude and longitude on the point where the user do a longhold(eg 2s)on the mapView.
Is there a way to display some text on the blue dot alike to an annotation? Right now, it only shows \"current location\" when the user tap on it.开发者_开发技巧 I want it to act somewhat like an anno
am trying to display a map on android emulator, using the following code: var window = Ti.UI.createWindow();
I\'ve a big problem now, I really need some help, I\'ve spent a week fo开发者_运维知识库r it, but fail.
here is the code that i am using in my Activity to show multiple markers on the mapview. i have used a customoverlay class which extends itemizedoverlays. Here is the code for that class: