xcode - Using GPS and/or maps in iphone app -


I would like to know whether it is possible to pass a GPS or Google Maps address from an SQLite database on a button's press Show on a map. If anyone knows about something that can help me, who is epitated.

I would also like to get the current location and would like to show local places on the map, which will also be populated from the same database. thank you in advanced.

You must use Google to translate the address to address / long coordinate direction- Instructions API because Apple does not support further geocoding.

You can take a look at this API - very straight forward:



Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -