NCameraPosition class

카메라가 보여주는 곳을 나타낼 때 사용하는 객체입니다.

문서를 참고하세요. 문서 보러가기

Constructors

NCameraPosition({required NLatLng target, required double zoom, double tilt = 0, double bearing = 0})
const

Properties

bearing double
final
hashCode int
The hash code for this object.
no setterinherited
payload Map<String, dynamic>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target NLatLng
final
tilt double
final
zoom double
final

Methods

copyWith({NLatLng? target, double? zoom, double? tilt, double? bearing}) NCameraPosition
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toNPayload() → NPayload
toString() String
A string representation of this object.
override

Operators

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