MapTileLoadDelegate
public protocol MapTileLoadDelegate : class
MapTileLoadDelegate
-
Informs the delegate the map has completed loading tile data and is displaying the map.
Declaration
Swift
func mapControllerDidCompleteLoading(_ controller: MZMapViewController)Parameters
controllerThe MZMapViewController that just finished loading.
View on GitHub
MapTileLoadDelegate Protocol Reference