FmData class

Constructors

FmData.new({required double lat, required double lng, required String type, required String name, required String osmId, required String osmType, required String placeId, required String address, required String license, required FMGeoJsonModel? geoJson, required String category, required String placeRank, required FmAddress? rawAddress, required String importance, required String addressType, required List<double> boundingBox})
const
FmData.fromJSON(Map<String, dynamic> data)
factory

Properties

address String
final
addressType String
final
boundingBox List<double>
final
category String
final
geoJson → FMGeoJsonModel?
final
hashCode int
The hash code for this object.
no setterinherited
importance String
final
lat double
final
license String
final
lng double
final
name String
final
osmId String
final
osmType String
final
placeId String
final
placeRank String
final
rawAddress FmAddress?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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