Marker

class Marker(id: Long, position: LngLat? = null, icon: Bitmap? = null, title: String? = null, snippet: String? = null) : Overlay

아이콘으로 한 지점을 나타내기 위한 오버레이

Constructors

Link copied to clipboard
constructor(id: Long, position: LngLat? = null, icon: Bitmap? = null, title: String? = null, snippet: String? = null)

기본 생성자

Properties

Link copied to clipboard
var icon: Bitmap?

아이콘 이미지

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

탭 시에 표출되는 InfoWindow

Link copied to clipboard

선택 여부

Link copied to clipboard

좌표

Link copied to clipboard

스니펫

Link copied to clipboard

타이틀

Functions

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