Map4D Map SDK for iOS, powerful mapping framework that allows developers to integrate Map4D maps into their iOS applications.
It provides a wide range of features and functionalities to create interactive and customizable maps
Use CocoaPods.
- Update your cocoapods local repo
pod repo update
- Add to Podfile
pod 'Map4dMap'
- App targeting iOS 12.0 or later
- Xcode version 12.0 or later
- Map4D Access Key: https://map.map4d.vn/developer/key
- Provide access key from Info.plist
<key>Map4dMapAccessKey</key>
<string>YOUR_ACCESS_KEY</string>
- Create map view
import UIKit
import Map4dMap
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
let mapView = MFMapView(frame: self.view.frame)
view = mapView
}
}
https://docs.map4d.vn/map4d-map/ios/
Copyright (c) 2025 IOTLink LTD. All Rights Reserved.