THEOplayer Web SDK
    Preparing search index...

    Interface Geo

    Represents a geographical location.

    interface Geo {
        lat: number;
        lon: number;
    }
    Index

    Properties

    Properties

    lat: number

    The latitude of this location.

    lon: number

    The longitude of this location.