ember-arcgis-portal-services
Advanced tools
Comparing version 0.8.3 to 0.8.4
@@ -5,2 +5,7 @@ # Change Log | ||
## Unreleased | ||
### Added | ||
- geocode-service::findLocationAddress method | ||
- geocode-service::geocodeUrl method | ||
## [0.8.3] | ||
@@ -7,0 +12,0 @@ ### Added |
{ | ||
"name": "ember-arcgis-portal-services", | ||
"version": "0.8.3", | ||
"version": "0.8.4", | ||
"description": "A set of promise-based Ember Services for working with the ArcGIS Portal API.", | ||
@@ -5,0 +5,0 @@ "directories": { |
@@ -25,2 +25,3 @@ # ember-arcgis-portal-services | ||
| `portalUrl` | `string` | Return the ArcGIS Portal base url (for visiting pages etc) | | ||
| `geocodeUrl` | `string` | Return the geocode base url | | ||
@@ -84,2 +85,8 @@ | Method | Returns |Description | | ||
### Geocode Service | ||
| Method | Returns |Description | | ||
| --- | --- | --- | | ||
| `findLocationAddress(inputString)` | `promise` | Returns a location address based on an input string that moves through a specified or default geocode url | | ||
### environment.js | ||
@@ -86,0 +93,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
31362
26
657
121