CoreAssistPosInterface
public protocol CoreAssistPosInterface
:nodoc
-
Declaration
Swift
func onSelectedCurrentLocation(location: MNMercatorZone)
-
Declaration
Swift
func onSelectedCurrentLocationByAR(location: MNMercatorZone)
-
Declaration
Swift
func setZoneChangeConfirmation(zone: MNZone, expired: Bool)
-
Declaration
Swift
func setSelectedFloor(floorId: Int)
-
Declaration
Swift
func setSelectedNearbyEntity(propertyId: Int, buildingId: Int, floorId: Int, entityId: Int)
-
Declaration
Swift
func setSelectedNearbyEntity(nearbyEntity: MNEntityZone)
-
Declaration
Swift
func getSelectNearbyEntityList(buildingId: Int, completion: @escaping (([Int]) -> Void))