NLatLng class

위도(Latitude)와 경도(longitude)를 사용하여 좌표를 나타내는 객체입니다.

자세한 내용은 문서를 참조하세요. 문서 바로가기

Constructors

NLatLng(double latitude, double longitude)
const

Properties

hashCode int
The hash code for this object.
no setteroverride
latitude double
final
longitude double
final
payload Map<String, dynamic>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

distanceTo(NLatLng other) double
다른 위치와 얼마나 떨어져 있는지 구하는 메서드입니다. 반환값은 인자로 넘겨준 지점과 얼마나 떨어져있는지 미터(m) 단위로 반환합니다.
isWithinCoverage() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
offsetByMeter({double northMeter = 0, double eastMeter = 0}) NLatLng
특정 위치에서 일정 거리(m)만큼 떨어진 지점을 구하는 메서드입니다.
toNPayload() → NPayload
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override