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