React Three Map - v1.0.9
    Preparing search index...

    Props for the Coordinates component.

    interface CoordinatesProps {
        longitude: number;
        latitude: number;
        altitude?: number;
    }

    Hierarchy

    • PropsWithChildren
      • CoordinatesProps
    Index

    Properties

    longitude: number

    The longitude coordinate in degrees where the children will be placed.

    latitude: number

    The latitude coordinate in degrees where the children will be placed.

    altitude?: number

    The altitude in meters above sea level.

    0