maps
androidJvm
maps
/
com.kt.maps.overlay.marker
/
Marker
Marker
class
Marker
(
id
:
Long
,
position
:
LngLat
?
=
null
,
icon
:
Bitmap
?
=
null
,
title
:
String
?
=
null
,
snippet
:
String
?
=
null
)
:
Overlay
아이콘으로 한 지점을 나타내기 위한 오버레이
Members
Constructors
Marker
Link copied to clipboard
constructor
(
id
:
Long
,
position
:
LngLat
?
=
null
,
icon
:
Bitmap
?
=
null
,
title
:
String
?
=
null
,
snippet
:
String
?
=
null
)
기본 생성자
Properties
icon
Link copied to clipboard
var
icon
:
Bitmap
?
아이콘 이미지
id
Link copied to clipboard
val
id
:
Long
info
Window
Link copied to clipboard
val
infoWindow
:
InfoWindow
?
탭 시에 표출되는
InfoWindow
is
Selected
Link copied to clipboard
var
isSelected
:
Boolean
선택 여부
position
Link copied to clipboard
var
position
:
LngLat
?
좌표
snippet
Link copied to clipboard
var
snippet
:
String
?
스니펫
title
Link copied to clipboard
var
title
:
String
?
타이틀
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean