GLMap

From OpenStreetMap Wiki
Jump to navigation Jump to search
GLMap
Author: GetYourMap
License: Proprietary
Platforms: iOS, macOS, and Android
Version: 1.7.4
Website: https://globus.software/
Programming languages: C++17, Swift, Objective-C, Kotlin, and Java

Offline vector maps for mobile applications

Features
Feature Value
Map Display
Display map yes
Map data vector;raster
Source online;cache;offline
Rotate map yes
3D view no
Shows website
?
Shows phone number
?
Shows operation hours
?
Routing
Routing yes
Create route manually
?
Calculate route
?
Create route via Waypoints
?
Routing profiles
?
Turn restrictions
?
Calculate route without Internet (Offline routing)
?
Routing providers
?
Avoid traffic
?
Traffic Provider
?
Navigating
Navigate yes
Find location
?
Find nearby POIs
?
Navigate to point
?
Navigation with voice / Voice guidance
?
Keep on road
?
Lane guidance
?
Works without GPS
?
Navigate along predefined route
?
Tracking
Make track no
Customizable log interval
?
Track formats
?
Geotagging
?
Fast POI buttons
?
Upload GPX to OSM
?
Monitoring
Monitoring no
Show current track
?
Open existing track
?
Altitude diagram
?
Show POD value
?
Satellite view
?
Show live NMEA data
?
Show speed
?
Send current position
?
Editing
?
Rendering
?
Accessibility
Accessibility support
?
Complete non graphics text output no
Braille interface no
Exploration modus
?
Public Transport mode
?
Danger Warnings
?
Screenreader
?
Screenreader languages
?

GLMap framework is an interactive map that rendered directly on the device using OpenGL ES 2.0.

Features

  • Offline: GLMap built to work offline. Map data stored in compact binary format and it's optimized for mobile rendering.
  • Vector: Data is rendered on the device using OpenGL ES 2.0, with style applied on the fly. It's easy to load your own data layers from GeoJSON files and integrate layers to the map.
  • Fast: GLMap uses all CPU cores along with GPU to render map really fast.
  • Customizable: Everything on the map could be customized very fast. MapCSS is used to describe map style.

Documentation

Try first