Variable GeolocationResourcesConst

GeolocationResources: {
    highAccuracy: string;
    normalAccuracy: string;
}

位置情報の取得に必要なリソースのIDの一覧

Type declaration

  • highAccuracy: string

    enableHighAccuracy=trueで取得するのに必要なリソースのID

  • normalAccuracy: string

    enableHighAccuracy=falseで取得するのに必要なリソースのID