@resee-movies/utilities - v0.8.0
    Preparing search index...

    Type Alias LatLngPoint

    The shape of a latitude and longitude pair, which together indicate a single point on the Earth's surface.

    type LatLngPoint = {
        lat: number;
        lng: number;
    }
    Index

    Properties

    Properties

    lat: number
    lng: number