PayloadKit

Pinpoint

com.jelockwood.pinpoint

Pinpoint settings

macOS

Configuration Keys (5)

KeyTypeTitle
YOUR_API_KEY

API key for using the Google location service API.

stringAPI Key
USE_GEOCODE

If 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

booleanEnable Geocoding
USE_ALTITUDE

If 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

booleanEnable Altitude
OPTIMISE

Optional 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

booleanEnable Optimisation
DEBUG

If enabled logs to /var/log/pinpoint.log

Default: false

booleanEnable Debugging