MNMapStateDelegate
public protocol MNMapStateDelegate
Delegate for map state changes.
-
Function that gets called when map state changes.Declaration
Swift
func mapStateChanged(state: MapState)Parameters
stateThe current state of map.
MNMapStateDelegate Protocol Reference