DocsNavigator App

Navigator App

A navigation app looks simple from the outside - type a destination, get directions. Under the hood it involves several moving parts: resolving addresses as the user types, computing an optimal route, drawing it on a map, and optionally streaming the device's live position to a backend. PickPoint handles the location intelligence layer. You choose the map SDK.

Architecture

Every guide follows the same layered architecture. The map SDK renders tiles and handles touch. PickPoint provides the intelligence:

What each guide covers

GeocodingRoutingDevice Tracking