Package | Description |
---|---|
com.google.api.services.mybusiness.v4.model |
Modifier and Type | Method and Description |
---|---|
MatchedLocation |
MatchedLocation.clone() |
MatchedLocation |
MatchedLocation.set(java.lang.String fieldName,
java.lang.Object value) |
MatchedLocation |
MatchedLocation.setIsExactMatch(java.lang.Boolean isExactMatch)
Is this an exact match?
|
MatchedLocation |
MatchedLocation.setLocation(Location location)
The sparsely populated location that is a potential match.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MatchedLocation> |
FindMatchingLocationsResponse.getMatchedLocations()
A collection of locations that are potential matches to the specified location, listed in order
from best to least match.
|
Modifier and Type | Method and Description |
---|---|
FindMatchingLocationsResponse |
FindMatchingLocationsResponse.setMatchedLocations(java.util.List<MatchedLocation> matchedLocations)
A collection of locations that are potential matches to the specified location, listed in order
from best to least match.
|
Copyright © 2011-2018 Google. All Rights Reserved.