LocalApi class

Constructors

LocalApi(Dio _dio)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

address(String query, {int? page, int? size}) Future<LocalEnvelope<SearchMeta, TotalAddress>>
Provides coordinates and full address information (both 도로명 and 지번) with the given address.
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>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
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>>
toString() String
A string representation of this object.
inherited
transformCoord(double x, double y, CoordType outputCoord, {CoordType? inputCoord}) Future<LocalEnvelope<CountMeta, Coord>>

Operators

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

Static Properties

instance LocalApi
singleton instance for this class
final