Skip to content

Map4D/map4d-ios-sdk

Repository files navigation

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.