There are from Google: latitude, longitude and zoom ( int | float ), you need to make a MapKit map. I set the coordinates and it seems to work, but with zoom problems, since MapKit works with
MKCoordinateSpan(latitudeDelta: CLLocationDegrees, longitudeDelta: CLLocationDegrees) where CLLocationDegrees - Double . How to convert zoom ( float | int ) to MKCoordinateSpan ?