Pinpoint
com.jelockwood.pinpoint
Pinpoint settings
Configuration Keys (5)
| Key | Type | Title |
|---|---|---|
YOUR_API_KEYAPI key for using the Google location service API. | string | API Key |
USE_GEOCODEIf set to true then pinpoint will also use the Google Geocode API to look up the street address for the location, if set to false it skips this and records the location as an empty string but saves on an additional API call thereby either preventing you exceeding your quota or reducing the cost. Default: true | boolean | Enable Geocoding |
USE_ALTITUDEIf set to true then pinpoint will also use the Google Elevation API to determine the altitude, if set to false it skips this and records the altitude as zero but saves on an additional API call thereby either preventing you exceeding your quota or reducing the cost. Default: false | boolean | Enable Altitude |
OPTIMISEOptional feature designed to reduce i.e. 'optimise' the use of the Google APIs and therefore reduce the potential bill use of these APIs might result in. Default: true | boolean | Enable Optimisation |
DEBUGIf enabled logs to /var/log/pinpoint.log Default: false | boolean | Enable Debugging |