Location$Impl class

Implemented types

Constructors

Location$Impl(Pointer<Void> handle)

Properties

categories List<Category>
List of venue categories defined for the location Category.
no setteroverride
descript String
location's description.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
id int
location's identifier.
no setteroverride
modified bool
Flag indicates if location has been modified by user or not
no setteroverride
name String
location name.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sublocations List<Sublocation>
List of sublocations Sublocation
no setteroverride
version int
location's version.
no setteroverride

Methods

getCategoryById(int id) Category?
Method is used for obtaining a category with the specified identifier from the current location. id category identifier. Returns Category of the current location with the specified identifier, if it exists. If category with the specified identifier doesn't exist, function returns null.
override
getElevationGraph(String tag) ElevationGraph
Method returns location elevation graph ElevationGraph for specified tag tag Graph tag in CMS Returns Elevation graph instance or null. Returns ElevationGraph of the current location with the specified tag, if it exists. If elevation graph with the specified tag doesn't exist, function returns null.
override
getGraphTags() List<String>
Method returns list of available graph tags. Returns Array of existing tags
override
getSublocationById(int id) Sublocation
Method is used for obtaining a sublocation with the specified identifier from the current location. id sublocation identifier. Returns The Sublocation of the current location with the specified identifier, if it exists. If sublocation with the specified identifier doesn't exist, function returns null.
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