Home > @magiclane/maps-sdk > LogMetadata > route
LogMetadata.route property
A simplified route sampled from the recorded log.
The route contains coordinates selected from the full recording such that consecutive points are at least 20 meters apart or respecting a three-second delay rule; it is suitable for quick map rendering.
Can be used to compute a path-based route.
Signature:
get route(): Coordinates[];