Is it possible to implement 3D cards with iOS 6

I would like to implement the magnificent "Google Earth" view of the new application for iOS6 maps in 3D mode. I looked at the latest MapKit framework, as well as the Apple docs, and I cannot find any mention of how to implement it. Does this mean that this function is a private API and is not available to developers at this time?

+4
source share
1 answer

This is clearly not a public API. This is probably not even a private API, but only implemented in Maps.app.

0
source

Source: https://habr.com/ru/post/1435687/


All Articles