

Maps framework for mobile apps
Cross-platform vector maps library to develop a high performance map-based apps with the full set of essentials features working in offline mode
Components



GLRoute
online
offline
- Multi-Modal and Time-Based
- Auto, Bike, Pedestrian
- Multilingual Narrative
Integration
- iOS
- Android
- Swift
- Objective-C
- Cocoapods
Package.swift
.package(url: "https://github.com/GLMap/GLMapSwift.git", from: "master")
AppDelegate.swift
import UIKit
import GLMapSwift
@main
class AppDelegate: UIResponder, UIApplicationDelegate {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
GLMapManager.activate(apiKey: <#API_KEY#>)
return true
}
}
ViewController.swift
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
let mapView = GLMapView(frame: self.view.bounds)
self.view.addSubview(mapView)
}
}
goTenna
The application uses our framework so that people can communicate and find each other in places where there is no cellular connection.
Pricing
Pay as you go. Simple pricing without monthly charges for services you are not using.
Monthly cost
$0
5K
5K50K500K
0
50K
50K5M50M
0
50K
50K5M50M
0
50K
50K5M50M
0
Monthly cost
$0
Maps
Price per download
First 5K
Free
5K - 50K
$0.02
50K - 500K
$0.015
500K+
$0.012
Contact us
We are ready to adapt the framework for a non-standard task and implement it into the application. Tell us about your business and your expectations, so we prepared a commercial offer.