Package | Description |
---|---|
com.google.api.services.mybusiness.v4.model |
Modifier and Type | Method and Description |
---|---|
RegionCount |
RegionCount.clone() |
RegionCount |
RegionCount.set(java.lang.String fieldName,
java.lang.Object value) |
RegionCount |
RegionCount.setCount(java.lang.Long count)
Number of driving-direction requests from this region.
|
RegionCount |
RegionCount.setLabel(java.lang.String label)
Human-readable label for the region.
|
RegionCount |
RegionCount.setLatlng(LatLng latlng)
Center of region.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<RegionCount> |
TopDirectionSources.getRegionCounts()
Regions sorted in descending order by count.
|
Modifier and Type | Method and Description |
---|---|
TopDirectionSources |
TopDirectionSources.setRegionCounts(java.util.List<RegionCount> regionCounts)
Regions sorted in descending order by count.
|
Copyright © 2011-2018 Google. All Rights Reserved.