Viewport class

A latitude-longitude viewport, represented as two diagonally opposite low and high points. A viewport is considered a closed region, i.e. it includes its boundary. The latitude bounds must range between -90 to 90 degrees inclusive, and the longitude bounds must range between -180 to 180 degrees inclusive.

Documentation: https://developers.google.com/maps/documentation/places/web-service/reference/rest/v1/places#viewport

Inheritance
Available extensions
Annotations
  • @JsonSerializable()
  • @CopyWith()

Constructors

Viewport.new({LatLng? low, LatLng? high})
Viewport.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → _$ViewportCWProxy

Available on Viewport, provided by the $ViewportCopyWith extension

Returns a callable class that can be used as follows: instanceOfViewport.copyWith(...).
no setter
hashCode int
The hash code for this object.
no setterinherited
high LatLng?
final
low LatLng?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fromJsonList(List? jsonList) List<Viewport>?
inherited
fromJsonMap(Map<String, dynamic>? json) Viewport?
override
fromJsonString(String? json) Viewport?
inherited
fromJsonStringList(String? jsonStringList) List<Viewport>?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toFieldsMask({String? parentKey}) List<String>
inherited
toJson() Map<String, dynamic>
override
toJsonMap() Map<String, dynamic>
inherited
toJsonString() String
inherited
toString() String
This is just to suggest children to implement a named constructor to support creating objects fromJson(...) and fromJsonString(...) as easy as T.build().fromJson(...) or T.build().fromJsonString(...)
inherited

Operators

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