Location class

카카오내비에서 장소를 표현

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
name → String
name 장소 이름. 예) 우리집, 회사
final
rpFlag → String?
final
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
x → String
경도 좌표
final
y → String
위도 좌표
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited