LocalApi class

Constructors

LocalApi(Dio _dio)

Properties

hashCode → int
The hash code for this object.
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

address(String query, { int page, int size }) → Future<LocalEnvelope<SearchMeta, TotalAddress>>
coord2Address(double x, double y, { CoordType inputCoord }) → Future<LocalEnvelope<CountMeta, TotalAddress>>
coord2Region(double x, double y, { CoordType inputCoord, CoordType outputCoord, String lang }) → Future<LocalEnvelope<CountMeta, Region>>
placesWithCategory(CategoryGroup categoryGroup, { double x, double y, int radius, String rect, int page, int size, Order sort }) → Future<LocalEnvelope<LocalSearchMeta, Place>>
placesWithKeyword(String query, { CategoryGroup categoryGroup, double x, double y, int radius, String rect, int page, int size, Order sort }) → Future<LocalEnvelope<LocalSearchMeta, Place>>
transformCoord(double x, double y, CoordType outputCoord, { CoordType inputCoord }) → Future<LocalEnvelope<CountMeta, Coord>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator.
inherited

Static Properties

instance LocalApi
final