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.

Libraries

locathing_sdk