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
controller
The MZMapViewController that just finished loading.