CameraTargets

public struct CameraTargets
  • Declaration

    Swift

    public var nodes: [MPINode]?
  • Declaration

    Swift

    public var polygons: [MPIPolygon]?
  • Declaration

    Swift

    public var coordinates: [MPIMap.MPICoordinate]?
  • Construct a MPIOptions.CameraTargets object with the given properties

    Declaration

    Swift

    public init(
        nodes: [MPINode]? = nil,
        polygons: [MPIPolygon]? = nil,
        coordinates: [MPIMap.MPICoordinate]? = nil
    )

    Parameters

    nodes

    an array of nodes

    polygons

    an array of polygons

    coordinates

    an array of coordinates