GLMap

master

Swift package and extensions for GLMap framework
GLMap/GLMapSwift

GLMapSwift

Unlock a new realm of mapping capabilities with GLMapSwift. This robust framework brings you offline maps, lightning-fast search, and navigation functionalities. Whether you're crafting an iOS, macOS or Android application, GLMapSwift offer a seamless, high-performance experience.

Features

  • 🌍 GLMap - Offline Maps
  • 🔍 GLSearch - Ultra-Fast Search
  • 🚗 GLRoute - Turn-by-Turn Navigation
  • 🎨 Customizable Styles via MapCSS
  • 🗺 GeoJSON Support
  • 📱 Cross-Platform (iOS, macOS & Android)

Installation via Swift Package Manager (SPM)

Add the dependency in your Package.swift:

.package(url: "https://github.com/GLMap/GLMapSwift.git", from: "master")

Getting Started

Obtain API Key

Get your API key from GLMap User Dashboard.

Initialize GLMap

In your AppDelegate.swift:

GLMapManager.activate(apiKey: <#API key#>)

Add GLMapView to Your Project

In your ViewController:

let mapView = GLMapView()
view.addSubview(mapView)

📚 Documentation

Explore our example projects:

For detailed documentation and guides, visit GLMap Documentation.

License

Apache 2.0

🙋‍♂️ Need Assistance?

Run into issues? We've got you covered. Contact support@globus.software.

💌 Feedback

Love what you see? Share your thoughts at hi@globus.software.

Globus frameworks is the key to unlocking a high-speed, customizable mapping experience. Get started today! 🌍⚡

Description

  • Swift Tools 5.3.0
View More Packages from this Author

Dependencies

  • None
Last updated: Tue Apr 30 2024 22:49:44 GMT-0900 (Hawaii-Aleutian Daylight Time)