I want to have a map view that loads from an image that I provide rather than using Google maps.This is basically because the internet will not be available where this app will be used.
I want to add more than one destinationkeeping the same source and get route directions to all destinations in a single time...here is the source开发者_运维知识库 code i want to modify it Google map d
I have a custom map on my iphone app. I intend to put pins on this map. When the user clicks on a pin, I want a small animation to display the details of that location. If required the user can click
i m droping pin for current location.And also i want to drop another pin after some interval usin开发者_如何学JAVAg another coordinates.Then drawing a polyline between current pin and last pin.How to
From last 2 weeks I am searching for an answer but not getting a bit of success. My scenario is, I am using Eclipse for developing Android apps. I want to display route directions (Driving, Walking, B
Alright. I am using boost::shared_ptr to store a couple of objects in a map. Integer values maps to shared_ptrs to objects that I am using.
I have a situation where i want to store data in an object with a key and its value. The key name is the same, but the value is changed. i tried to use hash Map but it also does not support this. it o
I have a map that stores my ClassA as a key and some exception as a value. I also have a list that contains ClassB objects.
i have created an app with maps.i have followed every step as i ha开发者_如何学Pythonve found from the web,i have got the key and the app is working excellent on the emulator and i can see the maps.Bu
I am trying to implement my own map engine by using CATiledLayer + UIScrollView. In drawLayer:inContext: method of my implementation, if I have a certain tile image needed for the current bounding bo