traccar / traccar-manager-ios

Traccar Manager for iOS
https://www.traccar.org/manager
Apache License 2.0
109 stars 193 forks source link

how to change map type to Google Satellite Maps with api key #18

Open onethings opened 7 years ago

onethings commented 7 years ago

Hi, how to change to google satellite maps with api key, which code shoult i replace with https://developers.google.com/maps/documentation/ios-sdk/ in https://github.com/tananaev/traccar-manager-ios/blob/master/TraccarManager/MapViewController.swift

tananaev commented 7 years ago

If you want to use Google Maps, you need to replace MapKit view with Google Map view.

If you just want to display satellite view, you can use MKMapTypeSatellite with MapKit.