GisCameraPosition class

Constructors

GisCameraPosition({required double latitude, required double longitude, double bearing = 0.0, double tilt = 0.0, double zoom = 0.0})
const
GisCameraPosition.fromJson(Map json)
factory

Properties

bearing double
final
hashCode int
The hash code for this object.
no setterinherited
latitude double
final
longitude double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tilt double
final
zoom double
final

Methods

copyWith({double? latitude, double? longitude, double? zoom, double? tilt, double? bearing}) GisCameraPosition
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toNativeMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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