scaleVectorAt

fun scaleVectorAt(geographicCoordinate: GeographicCoordinate): MapVector2

This function computes a map vector where each dimension is the length of a metre at the map point the given coordinates project into.

The resulting vector can be used to efficiently estimate distances directly on the map, such as for displaying a bar scale.

Return

The scale vector at the provided geographic coordinate.

Parameters

geographicCoordinate

The geographic coordinate to compute the scale at.