Home > @magiclane/maps-sdk > MapStatus

MapStatus enum

Worldwide road map support status

Core

Signature:

export declare enum MapStatus 

Enumeration Members

Member

Value

Description

ExpiredData

1

Notifies that the existing worldwide road map data is expired, which implies that the SDK worldwide road map does not have support anymore.

OldData

0

Notifies that the existing worldwide road map data is old, which implies that the SDK worldwide road map still has support but will not use the latest worldwide road map data.

UpToDate

2

Notifies that the worldwide road map data is up to date. This notification is sent only as a result of a ContentStore.checkForUpdate() request.