LzLocation
Constructors
LzLocation.new
LzLocation.new(double latitude, double longitude, {String? floorId, String? building})const
LzLocation.fromJson
LzLocation.fromJson(Map<Object?, Object?> json)factory
Properties
| Property | Type | Description |
|---|---|---|
building | String? | — (final) |
floorId | String? | — (final) |
latitude | double | — (final) |
longitude | double | — (final) |
Methods
toJson
toJson() → Map<Object?, Object?>Last updated on