apple-maps-server-sdk
Advanced tools
Comparing version 1.0.6 to 1.0.7
import { AxiosInstance } from "axios"; | ||
import { GeocodeInput, GeocodeResponse, ReverseGeocodeInput, ReverseGeocodeResponse, ETAInput, ETAResponse, SearchInput, SearchResponse } from "./globals"; | ||
declare class AppleMaps { | ||
@@ -3,0 +4,0 @@ accessToken: string; |
{ | ||
"name": "apple-maps-server-sdk", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "An SDK for the Apple Maps Server API", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
import axios, { AxiosError, AxiosInstance } from "axios"; | ||
import { | ||
GeocodeInput, | ||
GeocodeResponse, | ||
ReverseGeocodeInput, | ||
ReverseGeocodeResponse, | ||
ETAInput, | ||
ETAResponse, | ||
SearchInput, | ||
SearchResponse, | ||
} from "./globals"; | ||
@@ -3,0 +13,0 @@ class AppleMaps { |
17849
8
542