locathing_sdk 0.0.6
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 #
- Marcio Cheudon
- Email: cheudon@proton.me
- Website: LOCATHING
- Website: Cheorse
- LinkedIn: in/marcioallves
- GitHub: @Marciocheudon
License #
This project is licensed under the MIT License - see the LICENSE file for details.