Creates a point with X, Y, and M coordinate. Use ST_MakePoint to make points with XY, XYZ, or XYZM coordinates.
Signatures
ST_MakePointM(x: Double, y: Double, m: Double)
Parameters
The X coordinate (longitude).
The Y coordinate (latitude).
The M coordinate (measure).
Return type
Example
SELECT ST_MakePointM(1, 2, 3)