GPXExtentCoordinates

class GPXExtentCoordinates : NSObject

Defines an area extension by its top left and bottom right points

  • Top left coordinate point.

    Declaration

    Swift

    var topLeftCoordinate: CLLocationCoordinate2D
  • Bottom Right coordinate point.

    Declaration

    Swift

    var bottomRightCoordinate: CLLocationCoordinate2D
  • Sets the area to einclude the location point

    Declaration

    Swift

    func extendAreaToIncludeLocation(_ location: CLLocationCoordinate2D)
  • This is the extent coordinates as a MKCoordinateRegion

    Declaration

    Swift

    var region: MKCoordinateRegion { get set }