getGeometryByAddress abstract method
- String geometryAddress
Gets a geometry by the VenueGeometryInternalAddress.
geometryAddressThe internal address as a String.
Returns VenueGeometry?. The geometry with the given address or null.
Implementation
VenueGeometry? getGeometryByAddress(String geometryAddress);