Contents

init(x:y:)

Creates a new map point structure from the specified values.

Declaration

init(x: Double, y: Double)

Parameters

  • x:

    The point along the east-west axis of the map projection.

  • y:

    The point along the north-south axis of the map projection.

Return Value

A map point with the specified values.

See Also

Creating a map point