Skip to content

Map4D/map4d-map-ios-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published