i have a small map of a town, i want to place it into the google map, any idea how to do it ? i am doing so because i need google map to point out user current location.
To display a custom map in MKMapView your custom map needs to be in Keyhole Markup Language (KML). KML is a file format used to display geographic data in an Earth browser such as Google Earth, Google Maps, and Google Maps for mobile. The file can include custom images and annotations.
http://developer.apple.com/library/ios/#samplecode/KMLViewer/Introduction/Intro.html