SearchAreaLL class final

Долгота и широта центра области поиска.

Примечание: Протяженность области поиска задается параметром spn SearchAreaSPN.

Constructors

SearchAreaLL({required double latitude, required double longitude})
Долгота и широта центра области поиска.
const

Properties

comparedObjects List<Object>
Объекты для сравнения
no setter
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

Methods

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

Operators

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