FMRawData class

Constructors

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

Properties

address FMAddress?
final
addressType String
final
boundingBox List<String>
final
category String
final
data FMData
no setter
displayName 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
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