getGeometryByAddress abstract method

VenueGeometry? getGeometryByAddress(
  1. String geometryAddress
)

Gets a geometry by the VenueGeometryInternalAddress.

  • geometryAddress The internal address as a String.

Returns VenueGeometry?. The geometry with the given address or null.

Implementation

VenueGeometry? getGeometryByAddress(String geometryAddress);