Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

location-iq/locationiq-swift4-client

Repository files navigation

Swift4 API client for LocationIQ

LocationIQ provides flexible enterprise-grade location based solutions. We work with developers, startups and enterprises worldwide serving billions of requests everyday. This page provides an overview of the technical aspects of our API and will help you get started.

Overview

This API client was generated by the OpenAPI Generator project. By using the [openapi-spec from a remote server, you can easily generate an API client.

  • API version: 1.1.0
  • Package version:
  • Build package: org.openapitools.codegen.languages.Swift4Codegen

Installation

Carthage

Run carthage update

CocoaPods

Run pod install

Documentation for API Endpoints

All URIs are relative to https://eu1.locationiq.com/v1

Class Method HTTP request Description
AutocompleteAPI autocomplete GET /autocomplete.php
BalanceAPI balance GET /balance.php
DirectionsAPI directions GET /directions/driving/{coordinates} Directions Service
MatchingAPI matching GET /matching/driving/{coordinates} Matching Service
MatrixAPI matrix GET /matrix/driving/{coordinates} Matrix Service
NearestAPI nearest GET /nearest/driving/{coordinates} Nearest Service
ReverseAPI reverse GET /reverse.php Reverse Geocoding
SearchAPI search GET /search.php Forward Geocoding

Documentation For Models

Documentation For Authorization

key

  • Type: API key
  • API key parameter name: key
  • Location: URL query string

Author