LatLngAltitude class

Implemented types
Annotations
  • @JS('google.maps.LatLngAltitude')

Constructors

LatLngAltitude()

Properties

altitude num?
getter/setter pairoverride
hashCode int
The hash code for this object.
no setterinherited
lat num?
getter/setter pairoverride
lng num?
getter/setter pairoverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

equals([LatLngAltitude? other]) bool?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() LatLngAltitudeLiteral?
toString() String
A string representation of this object.
inherited

Operators

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