Creates a new LonLatPointFormat
Optional
options: LonLatPointFormatConstructorOptionsparameters for the new LonLatPointFormat.
Formats the given longitude/latitude coordinate pair as a String, following the current pattern.
the longitude, expressed in degrees or the point to format
Optional
latitude: numberthe latitude, expressed in degrees (between -90 and 90).
the formatted String.
Format for points. It allows you to format points from/to longitude latitude coordinates.
The formatting of coordinates is determined by the pattern string that is passed to the constructor of this class. The EBNF for the pattern syntax isThe table below details the meaning of each pattern character
Since
2013.0