ZoomControlModel | iOS SDK | 2GIS Documentation

ZoomControlModel

A model of the zoom control. The control consists of +/- buttons which, when pressed, change the map scale. When the allowable scale limit is reached, the zoom button becomes inactive in that direction. The object methods must be called on the same thread.

Extends: Hashable
public static func == (lhs: ZoomControlModel, rhs: ZoomControlModel) -> Bool

Returns a Boolean value indicating whether two values are equal.

public convenience init(
    map: Map
)
Parameters
map
Methods