map
IPhone - Is it possible to add a Custom Image as the data source for a Map View?
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.[详细]
2023-02-09 05:46 分类:问答Adding more than one destination on google map using googlemap javascript apiv3
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[详细]
2023-02-09 03:32 分类:问答show details of point on map - iphone
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[详细]
2023-02-08 19:13 分类:问答how to drop another pin after some interval on map
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[详细]
2023-02-08 18:24 分类:问答Where to write JavaScript in my android Program
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[详细]
2023-02-08 14:31 分类:问答boost::shared_ptr, std::map and valgrind - Do I have a memory leak?
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.[详细]
2023-02-08 12:50 分类:问答how to store data in Java with key name and its value?
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[详细]
2023-02-08 11:35 分类:问答How to get object from Map with different key?
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.[详细]
2023-02-07 19:30 分类:问答Problem on loading maps from the apk
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[详细]
2023-02-07 19:26 分类:问答Using CATiledLayer's drawLayer:inContext:
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[详细]
2023-02-07 17:55 分类:问答