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.
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.
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.