Feature
struct Feature : Codable
A path which is part of a location
-
MTP ID of feature
Declaration
Swift
var mtpId: Int { get } -
Coordinates for map overlay
Declaration
Swift
var coordinates: [[CLLocationCoordinate2D]] { get } -
Does this feature contain this coordinate?
Declaration
Swift
func contains(coordinate test: CLLocationCoordinate2D) -> BoolParameters
testCoordinate
-
Calculate path containing a feature
Declaration
Swift
func path(at origin: CLLocationCoordinate2D) -> UIBezierPath?Parameters
originMap origin
View on GitHub
Feature Structure Reference