GeographyPoint.From

Generates a data entry that represents a specific location on Earth using its individual components, like longitude, latitude, and, when available, elevation (Z) and measure (M). A unique spatial refe...

Syntax

GeographyPoint.From(longitude as number, latitude as number, optional z as nullable number, optional m as nullable number, optional srid as nullable number) as record

About

Generates a data entry that represents a specific location on Earth using its individual components, like longitude, latitude, and, when available, elevation (Z) and measure (M). A unique spatial reference identifier (SRID) can be specified if it is not the standard value (4326).