GoogleMapsTimezone class

Constructors

GoogleMapsTimezone({String? apiKey, String? baseUrl, Client? httpClient, Map<String, String>? apiHeaders})

Properties

apiHeaders → Map<String, String>?
no setterinherited
apiKey → String?
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
httpClient → Client
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
url → Uri
no setterinherited

Methods

buildQuery(Map<String, dynamic> params) → String
inherited
buildUrl({required Location location, DateTime? timestamp, String? language}) → String
dispose() → void
inherited
doGet(String url, {Map<String, String>? headers}) → Future<Response>
inherited
doPost(String url, String body, {Map<String, String>? headers}) → Future<Response>
inherited
getByLocation(Location location, {DateTime? timestamp, String? language}) → Future<TimezoneResponse>
Retrieves time zone information for the specified location and the timestamp. If the language is specified, the time zone name will be localized to that langauge.
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