@maplayr/react-native
    Preparing search index...

    Type Alias Coordinate

    Represents a geographic coordinate

    type Coordinate = {
        latitude: number;
        longitude: number;
    }
    Index

    Properties

    Properties

    latitude: number

    The latitude coordinate

    longitude: number

    The longitude coordinate