GeocodeEntity class

地理编码模型

Available extensions

Constructors

GeocodeEntity({required String province, required String provinceId, required String city, required String cityId, required String district, required String districtId, required double latitude, required double longitude})
const
GeocodeEntity.empty()
factory

Properties

city String
final
cityId String
final
district String
final
districtId String
final
hashCode int
The hash code for this object.
no setteroverride
latitude double
纬度
final
longitude double
经度
final
province String
final
provinceId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? province, String? provinceId, String? city, String? cityId, String? district, String? districtId, double? latitude, double? longitude}) GeocodeEntity
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 other) bool
The equality operator.
override