LatLng class

위도와 경도가 한 쌍을 이루어서 저장되는 class.

Constructors

LatLng(double latitude, double longitude)
const

Properties

hashCode int
The hash code for this object.
no setteroverride
json List<double>
no setter
latitude double
final
longitude double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

distanceTo(LatLng other) double
다른 좌표와의 거리를 반환합니다. other : 거리를 잴 다른 좌표 return : 좌표 간의 거리. 미터 단위.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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