apple-maps-server-sdk
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -75,6 +75,6 @@ type PoiCategory = "Airport" | "AirportGate" | "AirportTerminal" | "AmusementPark" | "ATM" | "Aquarium" | "Bakery" | "Bank" | "Beach" | "Brewery" | "Cafe" | "Campground" | "CarRental" | "EVCharger" | "FireStation" | "FitnessCenter" | "FoodMarket" | "GasStation" | "Hospital" | "Hotel" | "Laundry" | "Library" | "Marina" | "MovieTheater" | "Museum" | "NationalPark" | "Nightlife" | "Park" | "Parking" | "Pharmacy" | "Playground" | "Police" | "PostOffice" | "PublicTransport" | "ReligiousSite" | "Restaurant" | "Restroom" | "School" | "Stadium" | "Store" | "Theater" | "University" | "Winery" | "Zoo"; | ||
export interface GeocodeResponse { | ||
response: Place[]; | ||
results: Place[]; | ||
} | ||
export interface ReverseGeocodeResponse { | ||
response: Place[]; | ||
results: Place[]; | ||
} | ||
@@ -81,0 +81,0 @@ export interface ETAResponse { |
{ | ||
"name": "apple-maps-server-sdk", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "An SDK for the Apple Maps Server API", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -132,7 +132,7 @@ // OBJECTS | ||
export interface GeocodeResponse { | ||
response: Place[]; | ||
results: Place[]; | ||
} | ||
export interface ReverseGeocodeResponse { | ||
response: Place[]; | ||
results: Place[]; | ||
} | ||
@@ -139,0 +139,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17845