supportsPoi property
Supports of POI.
True if POI is supported by locator task.
Implementation
bool get supportsPoi {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_LocatorInfo_getSupportsPOI(_handle, errorHandler);
});
}