locathing_sdk 0.0.6 copy "locathing_sdk: ^0.0.6" to clipboard
locathing_sdk: ^0.0.6 copied to clipboard

SDK oficial para integração com a API Locathing

Locathing SDK #

A Dart SDK for address search and geocoding services.

Overview #

Locathing SDK provides a simple and efficient way to search for addresses and geocoding information using our REST API.

Installation #

dependencies:
  locathing_sdk: ^1.0.0

Usage #

final client = LocathingClient(apiKey: 'your_api_key');

final (results, usage) = await client.search(
  query: 'Av Paulista',
  type: 'address',
  proximity: '-46.6388,-23.5489'
);

Features #

  • Address search with relevance scoring
  • Geocoding and reverse geocoding
  • Proximity-based search
  • Usage tracking and quota management

Author #

License #

This project is licensed under the MIT License - see the LICENSE file for details.

6
likes
120
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

SDK oficial para integração com a API Locathing

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

http

More

Packages that depend on locathing_sdk