Change triggered by the Set GeoLocation update action.

interface SetGeoLocationChange {
    change: string;
    nextValue: GeoLocation;
    previousValue: GeoLocation;
    type: "SetGeoLocationChange";
}

Properties

change: string
nextValue: GeoLocation

Value after the change.

previousValue: GeoLocation

Value before the change.

type: "SetGeoLocationChange"