resultAttributeNames property

List<String> resultAttributeNames

Array of geocode result attribute names indicating which attributes should be returned for every result.

For empty array return only default attributes, "*" means all attributes will be returned.

Implementation

List<String> get resultAttributeNames => _resultAttributeNames.value;