2

I need create an app for iOS using the GPS and MapKit. The idea is create my own map of my house for example and add it to the UIView or MKMapView and see the current position into the map.

see the image

enter image description here

CodenameLambda1
  • 1,299
  • 7
  • 17
kakashy
  • 714
  • 9
  • 24
  • You could possibly overlay an image ( your house plan) on top of the uimapview see here http://stackoverflow.com/questions/5283741/how-do-i-create-an-image-overlay-and-add-to-mkmapviewx – G-Man Jan 17 '14 at 04:57

2 Answers2

0

You can use custom overlay on the map. Here is nice example of image overlay on the mapView.

Bhavin_m
  • 2,746
  • 3
  • 30
  • 49
0

Apple has provided sample code to do this with map tiles. Using the MapKnitter website you can geoposition your floor plan and export it in a format that Apple's code will accept.

Craig
  • 8,093
  • 8
  • 42
  • 74