interface ChannelSetGeoLocationAction {
    action: "setGeoLocation";
    geoLocation?: GeoJsonPoint;
}

Properties

Properties

action: "setGeoLocation"
geoLocation?: GeoJsonPoint

Value to set.

Generated using TypeDoc