export const GEOLOCATION_ERROR_UNKNOWN = 'unknown';
export const GEOLOCATION_ERROR_DENIED = 'denied';
export const GEOLOCATION_ERROR_UNAVAILABLE = 'unavailable';
export const GEOLOCATION_ERROR_TIMEOUT = 'timeout';
export const GEOLOCATION_DEFAULT_TIMEOUT = 10000;