Ios mapgl maps reference GeographicalBounds | 2GIS Documentation

GeographicalBounds

Represents geographical bounds of an object.

public init(northEast: CLLocationCoordinate2D, southWest: CLLocationCoordinate2D)

Setup geographical bounds of an object.

Parameters
northEast
CLLocationCoordinate2D

The north-east point of the bounds

southWest
CLLocationCoordinate2D

The south-west point of the bounds

Properties

Gets the north-east point of the bounds.

Gets the south-west point of the bounds.