Sublocation$Impl class
- Implemented types
Constructors
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
-
ptr
→ Pointer<
Void> -
final
-
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
nullif no such graph.taggraph tag. Returns found graph ornullGraph.override -
getImage(
int? maxTextureSize) → ImageWrapper -
Method is used to obtain origin sublocation image with specified maxTextureSize.
maxTextureSizemaximum texture size to render. Returns platform image.override -
getVenueById(
int id) → Venue -
Method returns the venue (within the current sublocation)
with the specified identifier or
nullif no such venue exists.idvenue unique identifier. Returns found venue object ornullVenue.override -
getZoneById(
int id) → Zone -
Method returns the zone (within the current sublocation)
with the specified identifier or
nullif no such zone exists.idzone unique identifier. Returns found zone object ornullZone.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
globalPointpoint in WGS84 coordinates GlobalPoint Returns point in metrics coordinates LocationPoint.override -
isValid(
) → bool -
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.
localPointpoint 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
Static Methods
-
fromOptionalPtr(
Pointer< Void> ptr) → Sublocation? -
getNativePtr(
Sublocation? obj) → Pointer< Void>