Replace Apple Mapkit with Google Maps for business or work

477 Views Asked by At

How to migrate from Apples MapKit to google maps for business or work

For example How to know the relevant class for MKAnnotation - MapKit in Google Maps for business

1

There are 1 best solutions below

0
On

Some of the classes of Google Maps similar to that found in Mapkit are:

  1. GMSMapView ~ MKMapView

  2. GMSMarker ~ MKAnnotation

  3. GMSMapViewDelegate ~ MKMapViewDelegate

  4. GMSPolyline ~ MKPolyline

Complete guide: https://developers.google.com/maps/documentation/business/mobile/ios/