LocalApi class
Provides Kakao Local API
see https://developers.kakao.com/docs/latest/ko/local/dev-guide
- Annotations
-
- @Deprecated("These APIs will be removed when version 1.0.0 is released. If you want to use it, use REST API.")
Constructors
- LocalApi.new(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