Slide 27
Slide 27 text
ਗ Ӓܻӝ
val circleCenterPx = naverMap.projection.toScreenLocation(circle.center)
val latLng = naverMap.projection.fromScreenLocation(
PointF(
x.toFloat() + circleCenterPx.x,
y.toFloat() + circleCenterPx.y
)
)
indicator.position = latLng
circle.radius = radiusLimit