Questions tagged [mkmapcamera]

An MKMapCamera object describes a virtual camera that you use to define the appearance of the map.

A camera object creates a virtual viewpoint above the map surface and affects how the map renders its tiles and other content. You use a camera object to specify the location of the camera on the map, the compass heading that corresponds to the camera’s viewing direction, the pitch of the camera relative to the map perpendicular, and the camera’s altitude above the map. These factors let you create a map view that is not just flat but offers a more 3D-like experience.

Official link: https://developer.apple.com/library/ios/documentation/mapkit/reference/MKMapCamera_class/Reference/Reference.html

17 questions
0
votes
1 answer

MKMapCamera changing heading to look at different map center

I am trying to use an MKMapView and MKMapCamera. So far I was able to setup everything and configure the Map in 3D mode/flyover. I am taking for example for the center of my maps the Empire States Building in NYC, and setup my MKMapCamera with the…
Yoda
  • 83
  • 1
  • 6
0
votes
0 answers

MKLaunchOptionsCameraKey in openInMapsWithLaunchOptions:

I am trying to open the Maps App in Flyover Mode via openInMapsWithLaunchOptions: If I remove the MKLaunchOptionsCameraKey, it works as expected (Pin dropped and map moved to location). With MKLaunchOptionsCameraKey it only opens the Maps app, but…
Monobono
  • 780
  • 10
  • 24
1
2