The Geotrigger Core Library is a library written in Java that can be used to communicate with the Geotrigger Service. With the library you can send geotrigger requests for example to create or delete geotriggers and much more.
With the API you can send any geotrigger request to the Esri Geotrigger Service, e.g. to:
- Create geotrigger
- Delete geotrigger
- Assign tags to devices.
The library can be used in own applications referenced as classes or JAR file to use the functionality of the API.
The Geotrigger Core Library uses the ArcGIS Runtime SDK for Java:
Other used libraries:
- httpclient-4.3.5.jar
- httpcore-4.3.2.jar
- jackson-core-lgpl.jar
- json.jar
- commons-logging-1.1.3.jar
- log4j-api-2.0.2.jar
- log4j-core-2.0.2.jar
You are welcome to checkout this sample code to get inspirated for your own work.
Copyright 2015 Esri
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
A copy of the license is available in the repository's license.txt file.