Get Started
Just follow steps below to integrate GLMap framework into your application.
Functions and structure
iOS
Cocoapods
platform :ios, '8.0'
use_frameworks!
target 'TargetName' do
pod 'GLMap'
pod 'GLRoute' # if you need navgation
pod 'GLSearch' # if you need search
endCarthage
Use framework from Objective-C
Use framework from Swift
Android
Maven
Use framework from Java
Last updated