with [x, y] in degrees.
Optionaltemplate: stringa template string containing "{x}" and/or "{y}" to format the result.
OptionalformatXFn: (x: number) => stringa function to format the x coordinate into a string.
OptionalformatYFn: (y: number) => stringa function to format the y coordinate into a string.
the formated coordinates.
Format coordinates to a template string.