setAnchor

open fun setAnchor(anchorU: Float, anchorV: Float)

Sets the Anchor U and V coordinates of the GeoJsonPoint. The anchor point is specified in the continuous space [0.0, 1.0] x [0.0, 1.0], where (0, 0) is the top-left corner of the image, and (1, 1) is the bottom-right corner. The U &V values are the same U &V values used in anchor ()}.

Parameters

anchorU

Anchor U coordinate of the GeoJsonPoint

anchorV

Anchor V coordinate of the GeoJsonPoint