Lager - v5.2.0
    Preparing search index...

    Describes the properties for specifying an image source in components.

    This interface is used to define the source of an image, supporting both local and remote images.

    CoordinatesResponse

    interface CoordinatesResponse {
        addresstype?: string;
        boundingbox?: string[];
        category?: string;
        display_name?: string;
        importance?: number;
        lat?: string;
        licence?: string;
        lon?: string;
        name?: string;
        osm_id?: number;
        place_id?: number;
        place_rank?: number;
        type?: string;
    }
    Index

    Properties

    addresstype?: string

    Optional. The type of address.

    boundingbox?: string[]

    Optional. The bounding box coordinates.

    category?: string

    Optional. The category of the location.

    display_name?: string

    Optional. The display name of the location.

    importance?: number

    Optional. The importance of the location.

    lat?: string

    Optional. The latitude of the location.

    licence?: string

    Optional. The licence information.

    lon?: string

    Optional. The longitude of the location.

    name?: string

    Optional. The name of the location.

    osm_id?: number

    Optional. The OpenStreetMap ID.

    place_id?: number

    Optional. The place ID.

    place_rank?: number

    Optional. The rank of the place.

    type?: string

    Optional. The type of the location.