entrances property

EntranceLocations get entrances

Get direct access to the entrance locations.

Locations & access type for entrances to the landmark.

Returns

Throws

  • An exception if it fails.

Implementation

EntranceLocations get entrances {
  final OperationResult resultString = objectMethod(
    _pointerId,
    'Landmark',
    'getEntrances',
  );

  return EntranceLocations.init(resultString['result'], _mapId);
}