NLatLngBounds class

영역의 서쪽의 좌표와 북동쪽의 좌표를 이용하여 영역의 최소 경계 사각형(MBR)을 나타내는 객체입니다.

자세한 내용은 문서를 참조하세요. 문서 바로가기

Constructors

NLatLngBounds({required NLatLng southWest, required NLatLng northEast})
const
NLatLngBounds.from(Iterable<NLatLng> points)
factory

Properties

center NLatLng
no setter
eastLongitude double
no setter
hashCode int
The hash code for this object.
no setteroverride
northEast NLatLng
final
northLatitude double
no setter
northWest NLatLng
no setter
payload Map<String, dynamic>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
southEast NLatLng
no setter
southLatitude double
no setter
southWest NLatLng
final
westLongitude double
no setter

Methods

containsBounds(NLatLngBounds bounds) bool
영역이 다른 영역(bounds)를 포함하는지 여부를 반환합니다.
containsPoint(NLatLng point) bool
영역이 특정 지점(point)를 포함하는지 여부를 반환합니다.
expand(NLatLng point) NLatLngBounds
영역과 다른 한 지점(point) 포함하는 최소한의 bounds를 반환합니다. (합집합)
intersection(NLatLngBounds bounds) NLatLngBounds?
영역과 다른 영역(bounds)이 겹치는 영역을 반환합니다. (교집합)
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
union(NLatLngBounds bounds) NLatLngBounds
영역과 다른 영역(bounds)을 포함하는 최소한의 영역을 반환합니다. (합집합)

Operators

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

Constants

world → const NLatLngBounds