pickFeatures

fun pickFeatures(x: Double, y: Double, level: Int, longitude: Double, latitude: Double): Void(source)

Picking features is not currently supported by this imagery provider, so this function simply returns undefined.

Return

Undefined since picking is not supported.

Parameters

x

The tile X coordinate.

y

The tile Y coordinate.

level

The tile level.

longitude

The longitude at which to pick features.

latitude

The latitude at which to pick features.

See also