@brief Method is used to obtain graph (within the current sublocation)
with the specified identifier or null if no such graph.
@param tag graph tag.
@return found graph or null @see Graph "Graph".
@brief Method is used to obtain origin sublocation image with specified maxTextureSize.
@param maxTextureSize maximum texure size to render.
@return platform image.
@brief Method returns the venue (within the current sublocation)
with the specified identifier or null if no such venue exists.
@param id venue unique identifier.
@return found venue object or null @see Venue "Venue".
@brief Method returns the zone (within the current sublocation)
with the specified identifier or null if no such zone exists.
@param id zone unique identifier.
@return found zone object or null @see Zone "Zone".
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
@param globalPoint point in WGS84 coordinates @see GlobalPoint "GlobalPoint"
@return point in metrics coordinates @see LocationPoint "LocationPoint".
@brief Method is used for converting the local sublocation coordinates to the global geographic coordinates (latitude and longitude)
using the geographic binding of the sublocation.
@param localPoint point in metrics coordinates @see LocationPoint "LocationPoint"
@return point in WGS84 coordinates @see GlobalPoint "GlobalPoint".