Can any one
My trying different-different View for droping annotation on the map But not getting success.This is my last try .
Can any one help me out from this condition .
How can I Show annotation on the map .
By retrieving the annotation data(long,latit) from Sqlite data base .
I have 10 to 15 data in Sqlite table .I To want display annotation to map on this data(long,latit).
My data is like that
- 42.338326,-71.131411
- 42.338347,-71.131647
- 42.33838,-71.131861
- 42.338551,-71.132934
- 42.338573,-71.13302
- 42.338594,-71.133213
- 42.338626,-71.133406
- 42.338809,-71.134393
You need to do few more things like, 1) Adding annotations to map view and 2) Implementing
viewForAnnotation:method. Follow this tutorial.