What is the default coordinate of GMSMapView

249 Views Asked by At

I am using Google Maps iOS SDK. I have installed the pod 'GoogleMaps'. I have done the instantiation of Google Maps Services with Google API Key in App delegate. I have created a UIView in storyboard and changed the view's class to GMSMapView and created outlet as mapView. In viewDidLoad(), if i print mapview's coordinate as below, i get the lat long 51.1789, -1.8264 enter image description here

Can any one let me know if (51.1789, -1.8264) is the default coordinate of GMSMapView

0

There are 0 best solutions below