entrances property
Get direct access to the entrance locations.
Locations & access type for entrances to the landmark.
Returns
- EntranceLocations object. Locations & access type for entrances to the landmark.
Throws
- An exception if it fails.
Implementation
EntranceLocations get entrances {
final OperationResult resultString = objectMethod(
_pointerId,
'Landmark',
'getEntrances',
);
return EntranceLocations.init(resultString['result'], _mapId);
}