RoadAddress class

Inheritance
  • Object
  • Coord
  • RoadAddress
Annotations

Constructors

RoadAddress(String addressName, String region1depthName, String region2depthName, String region3depthName, String roadName, String undergroundYn, String mainBuildingNo, String subBuildingNo, String buildingName, String zoneNo, double x, double y)

Properties

addressName → String
final
buildingName → String
final
mainBuildingNo → String
final
region1depthName → String
@JsonKey(name: 'region_1depth_name'), final
region2depthName → String
@JsonKey(name: 'region_2depth_name'), final
region3depthName → String
@JsonKey(name: 'region_3depth_name'), final
roadName → String
final
subBuildingNo → String
final
undergroundYn → String
final
zoneNo → String
final
hashCode → int
The hash code for this object.
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
x ↔ double
@JsonKey(fromJson: stringToDouble), read / write, inherited
y ↔ double
@JsonKey(fromJson: stringToDouble), read / write, inherited

Methods

toString() → String
Returns a string representation of this object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited

Operators

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