score property
A value that indicates how well the address was matched.
The score is in a range between 0 (no match) and 100 (perfect match).
Implementation
double get score {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_GeocodeResult_getScore(
_handle,
errorHandler,
);
});
}