Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 1.4 KB

File metadata and controls

64 lines (44 loc) · 1.4 KB

Map4D Map SDK for iOS

map4d platform cocoapods

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

Map4D iOS SDK

Installation

Use CocoaPods.

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

Requirements

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) 2025 IOTLink LTD. All Rights Reserved.