mapAddressLandmarkStoreId property
Get Map Address landmarkstore id attached to map address database information.
The result Id cannot be used with getLandmarkStoreById
Returns
- Map Address landmarkstore id
Implementation
static int get mapAddressLandmarkStoreId {
final OperationResult resultString = staticMethod(
'LandmarkStoreService',
'getMapAddressLandmarkStoreId',
);
return resultString['result'];
}