Methods
(static) getCustomUrlList(customUrlServiceId) → {gem.core.GemStringList}
Gets list of url for a certain service type
Parameters:
Name | Type | Description |
---|---|---|
customUrlServiceId | number | Service type id |
Returns:
- list of urls
- Type:
- gem.
core. GemStringList
(static) getGenericCategories() → {gem.core.LandmarkCategoryList}
Get generic categories list
Returns:
(static) getLocalContentList(contentType) → {gem.content.ContentStoreList}
Gets access to the installed content list
Parameters:
Name | Type | Description |
---|---|---|
contentType | gem. | Content list type |
Returns:
(static) getServiceName(nId) → {string}
Parameters:
Name | Type | Description |
---|---|---|
nId | number | Service id |
Returns:
- name of service
- Type:
- string
(static) getServicesIds()
Get List with ids of available services
Returns:
vector
(static) getStoreContentList(contentType) → {gem.content.ContentStoreList}
Gets access to the store cached content list
Parameters:
Name | Type | Description |
---|---|---|
contentType | gem. |
Returns:
- content store list
(static) requestContentList(contentType, progressListener)
Request content of a certain type. Async function
Parameters:
Name | Type | Description |
---|---|---|
contentType | gem. | content type |
progressListener | gem. | when content is made available, you get notified in this object |