Home > @magiclane/maps-sdk > ContentType
ContentType enum
Downloadable content types managed by the Magic Lane SDK.
The ContentType enum lists kinds of downloadable content that the SDK can manage (map regions, style packages, voice packs, etc.).
Not all enum values are fully supported yet; consult upstream documentation when in doubt and prefer the values marked as supported by this package.
Content
Signature:
export declare enum ContentType Enumeration Members
|
Member |
Value |
Description |
|---|---|---|
|
carModel |
|
Augmented reality car models. Not fully supported in the TypeScript SDK. |
|
computerVoice |
|
Computer-generated voice content. The quality of computer voices may vary depending on the language and device capabilities. These voices are highly flexible and can be used for a wide range of applications. |
|
humanVoice |
|
Human voice content. A predefined set of high-quality human-recorded voice instructions are available for navigation. |
|
roadMap |
|
Road map content. Represents the detailed road map data used for navigation and routing. |
|
unknown |
|
Unknown content type. |
|
viewStyleHighRes |
|
View styles for high-resolution displays (e.g., mobile phones). |
|
viewStyleLowRes |
|
View styles for low-resolution displays (e.g., desktop monitors). |