xcode - How to show user location on a custom image without a mapview -
I have a custom Photoshop image of a region.
This is mostly rectangular, so I've got the coordinates of 4 corners using Google Maps.
I would like to translate these 4 corners into X and Y axis on that image and then use the core space to display the user's location within those 4 corners (something important outside of it is not).
Can I do this without using a map view? I do not really need any other functionality outside that small area or do I have to overlay a custom tile on the MapKit, limit visibility and zoom to that area and work from there? (Which is more resource than if Mercator coordinates this way)
Appreciate any good tutorial! However, it is possible to translate the latitude and longitude to the latitude and longitude at x, but on an image it is possible to translate the latitude and latitude on the x Coordinate, it is usually more beneficial to use MKOverlayView
(as you are described in your question) due to the free functionality you get: current status, annotation, zoom, etc.
One of the projects I have worked in recent years is the apple (or Google) map tile - all this is giving a slightly more geographical context.
Comments
Post a Comment