Home > @magiclane/maps-sdk > ContentStore
ContentStore class
Content store object
This behaves like a singleton, i.e. all instances are sharing behind the same API interface
Content
Signature:
export declare abstract class ContentStore Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
|
Get the transfer statistics |
Methods
|
Method |
Modifiers |
Description |
|---|---|---|
|
|
Asynchronously gets an online store content list. | |
|
asyncGetStoreFilteredList(type, countries, area, onCompleteCallback) |
|
Asynchronously search the online store content with given filters. |
|
|
Cancels an asynchronous operation. | |
|
|
Check for update on the given content type. | |
|
|
Creates a content updater for the given content type. | |
|
|
Gets the extras item having the specified ID. | |
|
|
Gets access to the installed content list. | |
|
|
Gets access to the store cached content list. Returns a Pair of <Content list, locally cached flag>. | |
|
|
Gets access to the last requested filtered list. Filtered list should be requested via a call to | |
|
|
Refresh the content store by loading external changes from disk. | |
|
|
Deprecated alias for | |
|
|
Set parallel downloads count. |