LocationShareControllerInterface
public protocol LocationShareControllerInterface
-
Add a listener to changes in share live location
Declaration
Swift
func addShareLiveLocationChangeListener(listener: ShareLiveLocationListener)
Parameters
listener
A listener to changes in share live location
-
Remove listener from changes in share live location
Declaration
Swift
func removeShareLiveLocationChangeListener(listener: ShareLiveLocationListener)
Parameters
listener
A listener to changes in share live location
-
Start share live location
Declaration
Swift
func startLocationShareUpdates(propertyId: Int, position: MNPosition, completion: @escaping (ShareLiveLocationResponse?) -> ())
-
Stop share live location
Declaration
Swift
func stopLocationShareUpdates()
-
Check if the share live location is enabled
Declaration
Swift
func isShareLiveLocationEnabled() -> Bool
-
Declaration
Swift
func bringTopBarViewToFront()