CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.

Map4dMap 3.0.5

Map4dMap 3.0.5

Maintained by Huy Dang, Sua Le.



Map4dMap 3.0.5

  • By
  • IOTLink

Map4D SDK

Map4D SDK for iOS, written in C/C++, Objective C.

Map4D iOS SDK

Installation

Use CocoaPods.

  1. Update your cocoapods local repo
pod repo update
  1. Add to Podfile
pod 'Map4dMap'

Using

  1. Provide access key from Info.plist
<key>Map4dMapAccessKey</key>
<string>YOUR_ACCESS_KEY</string>
  1. Create map view
import UIKit
import Map4dMap
class ViewController: UIViewController {
  
    override func viewDidLoad() {
        super.viewDidLoad()
        let mapView = MFMapView(frame: self.view.frame)
        view = mapView
    }
}

Document

https://docs.map4d.vn/map4d-map/ios/

License

Copyright (C) 2023 IOT Link Ltd. All Rights Reserved.