MapstedCoreApi

extension MapstedCoreApi : CoreInitCallback
extension MapstedCoreApi: CoreAssistPosInterface
extension MapstedCoreApi: CoreCalibrationInterface
extension MapstedCoreApi : CoreCategoriesInterface
extension MapstedCoreApi : CoreUtilitiesInterface
extension MapstedCoreApi : CoreLocationServicesInterface
extension MapstedCoreApi: CoreAssetsInterface
extension MapstedCoreApi: CoreAnalyticsInterface
extension MapstedCoreApi: CorePropertyServicesInterface
extension MapstedCoreApi : CoreClientAuthInterface
extension MapstedCoreApi : CoreGeofenceInterface

Assisted Positioning

Calibration

Categories

  • Call this function to get the category tree

    Declaration

    Swift

    public func getGlobalCategoryTree() -> CMSCategoryTree?

    Return Value

    The global category tree

  • Call this function to get the category tree for a property

    Declaration

    Swift

    public func getPropertyCategoryTree(propertyId: Int) -> CMSCategoryTree?

    Return Value

    A list of propertyInfos, 0 if no propertyInfo exists in system.

  • Call this function to get the category tree

    Declaration

    Swift

    public func getGlobalCategories() -> CMSCategories?

    Return Value

    A list of propertyInfos, 0 if no propertyInfo exists in system.

Utility

Location Services

Analytics