getMetersPerPixelAtLatitude

open fun getMetersPerPixelAtLatitude(@FloatRange(from = "-90", to = 90) latitude: Double): Double

Returns the distance spanned by one pixel at the specified latitude and current zoom level.

The distance between pixels decreases as the latitude approaches the poles. This relationship parallels the relationship between longitudinal coordinates at different latitudes.

Return

The distance measured in meters.

Parameters

latitude

The latitude for which to return the value.