setQueryProperties method
A list of query properties
, see MPLocationPropertyNames
Implementation
void setQueryProperties(List<String> properties) {
_queryProperties = properties.toList(growable: true);
}
A list of query properties
, see MPLocationPropertyNames
void setQueryProperties(List<String> properties) {
_queryProperties = properties.toList(growable: true);
}