Sublocation$Impl class

Implemented types

Constructors

Sublocation$Impl(Pointer<Void> handle)

Properties

altitude double?
sublocation's altitude in meters if specified.
no setteroverride
azimuth double
sublocation's azimuth in degrees clockwise.
no setteroverride
beacons List<Beacon>
List of beacons, attached to this sublocation Beacon.
no setteroverride
buildingName String
sublocation's building name (e.g. "Outdoor" for overview plan).
no setteroverride
eddystones List<Eddystone>
List of eddystones, attached to this sublocation Eddystone.
no setteroverride
externalId String
sublocation's externalId.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
height double
sublocation's height in meters.
no setteroverride
id int
sublocation's identifier.
no setteroverride
levelId String
sublocation's levelId.
no setteroverride
location int
location's identifier to which the sublocation belongs.
no setteroverride
name String
sublocation's name.
no setteroverride
originPoint GlobalPoint
sublocation's center point in WGS84 coordinates GlobalPoint.
no setteroverride
referencePoints List<ReferencePoint>
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
venues List<Venue>
List of venues, attached to this sublocation Venue.
no setteroverride
width double
sublocation's width in meters.
no setteroverride
wifis List<Wifi>
List of wifis, attached to this sublocation Wifi.
no setteroverride
zones List<Zone>
List of zones, attached to this sublocation Zone.
no setteroverride

Methods

getGraph(String tag) Graph
Method is used to obtain graph (within the current sublocation) with the specified identifier or null if no such graph. tag graph tag. Returns found graph or null Graph.
override
getImage(int? maxTextureSize) ImageWrapper
Method is used to obtain origin sublocation image with specified maxTextureSize. maxTextureSize maximum texure size to render. Returns platform image.
override
getVenueById(int id) Venue
Method returns the venue (within the current sublocation) with the specified identifier or null if no such venue exists. id venue unique identifier. Returns found venue object or null Venue.
override
getZoneById(int id) Zone
Method returns the zone (within the current sublocation) with the specified identifier or null if no such zone exists. id zone unique identifier. Returns found zone object or null Zone.
override
globalToLocal(GlobalPoint globalPoint) LocationPoint
Method is used for converting the global geographic coordinates (latitude and longitude) to the local sublocation coordinates (x and y) using the geographic binding of the sublocation globalPoint point in WGS84 coordinates GlobalPoint Returns point in metrics coordinates LocationPoint.
override
localToGlobal(LocationPoint localPoint) GlobalPoint
Method is used for converting the local sublocation coordinates to the global geographic coordinates (latitude and longitude) using the geographic binding of the sublocation. localPoint point in metrics coordinates LocationPoint Returns point in WGS84 coordinates GlobalPoint.
override
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