9 lines
260 B
JavaScript
9 lines
260 B
JavaScript
/**
|
|
* Common task constants for geocoding operations
|
|
*/
|
|
module.exports = {
|
|
GEOCODE_ALERT_GUESS_ADDRESS: "geocodeAlertGuessAddress",
|
|
GEOCODE_ALERT_WHAT3WORDS: "geocodeAlertWhat3Words",
|
|
GEOCODE_ALERT: "geocodeAlert",
|
|
RELATIVE_ALERT: "relativeAlert",
|
|
}
|