@espressif/rainmaker-base-cdf
    Preparing search index...

    Interface ESPGeoCoordinates

    Interface representing geographical coordinates

    interface ESPGeoCoordinates {
        latitude: string;
        longitude: string;
    }
    Index

    Properties

    Properties

    latitude: string
    longitude: string