new naver.maps.visualization.WeightedLocation(lat, lng, weight)
Parameters
Name | Type | Argument | Default | Description |
---|---|---|---|---|
lat |
number | 위도 |
||
lng |
number | 경도 |
||
weight |
number |
<optional> |
1 | 가중치 |
- Tutorials
Methods
-
clone()
-
객체의 복제본을 반환합니다.
Returns
Type Description naver.maps.visualization.WeightedLocation
복제된 객체
-
getLocation()
-
위/경도 좌표를 반환합니다.
Returns
Type Description naver.maps.LatLng
위/경도 좌표
-
getWeight()
-
가중치를 반환합니다.
Returns
Type Description number
가중치
-
lat()
-
위도를 반환합니다.
Returns
Type Description number
위도
-
lng()
-
경도를 반환합니다.
Returns
Type Description number
경도
-
toString()
-
객체의 가중치와 좌표를 문자열로 반환합니다.
Returns
Type Description number
가중치, 위/경도 좌표를 나타내는 문자열로 형식은
(lat:{위도},lng:{경도},weight:{가중치})
입니다.