Skip to Content

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

PropertyTypeDescription
buildingString?(final)
floorIdString?(final)
latitudedouble(final)
longitudedouble(final)

Methods

toJson

toJson() → Map<Object?, Object?>
Last updated on