$LatLng class

Used by:

  • datastore:v1 : LatLng
  • dialogflow:v2 : GoogleTypeLatLng
  • dialogflow:v3 : GoogleTypeLatLng
  • firestore:v1 : LatLng
  • jobs:v3 : LatLng
  • jobs:v4 : LatLng
  • mybusinessbusinessinformation:v1 : LatLng
  • photoslibrary:v1 : LatLng
  • places:v1 : GoogleTypeLatLng
  • streetviewpublish:v1 : LatLng
  • vision:v1 : LatLng

Constructors

$LatLng({double? latitude, double? longitude})
$LatLng.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
latitude double?
The latitude in degrees.
getter/setter pair
longitude double?
The longitude in degrees.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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