philia
    Preparing search index...

    地点分享

    interface LocationElem {
        address: string;
        id?: string;
        lat: number;
        lng: number;
        name?: string;
        type: "location";
    }
    Index

    Properties

    address: string

    地址描述

    id?: string

    未知属性

    lat: number

    纬度

    lng: number

    经度

    name?: string

    未知属性

    type: "location"