LocationsResource class

Constructors

LocationsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchkeywords LocationsSearchkeywordsResource
no setter

Methods

fetchMultiDailyMetricsTimeSeries(String location, {List<String>? dailyMetrics, int? dailyRange_endDate_day, int? dailyRange_endDate_month, int? dailyRange_endDate_year, int? dailyRange_startDate_day, int? dailyRange_startDate_month, int? dailyRange_startDate_year, String? $fields}) Future<FetchMultiDailyMetricsTimeSeriesResponse>
Returns the values for each date from a given time range and optionally the sub entity type, where applicable, that are associated with the specific daily metrics.
getDailyMetricsTimeSeries(String name, {String? dailyMetric, int? dailyRange_endDate_day, int? dailyRange_endDate_month, int? dailyRange_endDate_year, int? dailyRange_startDate_day, int? dailyRange_startDate_month, int? dailyRange_startDate_year, String? dailySubEntityType_dayOfWeek, int? dailySubEntityType_timeOfDay_hours, int? dailySubEntityType_timeOfDay_minutes, int? dailySubEntityType_timeOfDay_nanos, int? dailySubEntityType_timeOfDay_seconds, String? $fields}) Future<GetDailyMetricsTimeSeriesResponse>
Returns the values for each date from a given time range that are associated with the specific daily metric.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited