getGraph abstract method

Graph getGraph(
  1. String tag
)

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

Dart code snippet: @snippet location_manager_example.dart dart_Sublocation_getGraph

Implementation

Graph getGraph(String tag);