Represents a point on the map.
A map point is the resulting cartesian point after projecting some coordinates using a map projection.
In general, you won't need to use map points. Instead, you should use Coordinates in most circumstances when interfacing with MapLayr.
The x position of the point.
The y position of the point.
Creates a new map point.
The x position.
The y position.
Represents a point on the map.
Remarks
A map point is the resulting cartesian point after projecting some coordinates using a map projection.
In general, you won't need to use map points. Instead, you should use Coordinates in most circumstances when interfacing with MapLayr.