RoadObjectStoreDelegate
public protocol RoadObjectStoreDelegate : AnyObject
RoadObjectStore delegate
-
This method is called when a road object with the given identifier has been added to the road objects store.
Declaration
Swift
func didAddRoadObject(identifier: RoadObject.Identifier) -
This method is called when a road object with the given identifier has been updated in the road objects store.
Declaration
Swift
func didUpdateRoadObject(identifier: RoadObject.Identifier) -
This method is called when a road object with the given identifier has been removed from the road objects store.
Declaration
Swift
func didRemoveRoadObject(identifier: RoadObject.Identifier)
Install in Dash
RoadObjectStoreDelegate Protocol Reference