PolygonOverlay

class PolygonOverlay(id: Long, var lngLats: List<LngLat> = emptyList(), var opacity: Float = 1.0f, color: Int = Color.BLACK, holes: List<List<LngLat>> = emptyList(), outlineColor: Int = Color.BLACK) : Overlay

지도 위 도형을 나타내기 위한 오버레이

Constructors

Link copied to clipboard
constructor(id: Long, lngLats: List<LngLat> = emptyList(), opacity: Float = 1.0f, color: Int = Color.BLACK, holes: List<List<LngLat>> = emptyList(), outlineColor: Int = Color.BLACK)

기본 생성자

Properties

Link copied to clipboard
var color: Int

면 색상 (default : BLACK)

Link copied to clipboard

내부 홀

Link copied to clipboard
val id: Long
Link copied to clipboard

좌표열 값

Link copied to clipboard

투명도 (default : 1.0)

Link copied to clipboard

테두리 색상 (default : BLACK)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean