mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 15:16:12 -04:00
30 lines
1.9 KiB
C++
30 lines
1.9 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.250303.1
|
|
|
|
#pragma once
|
|
#ifndef WINRT_Windows_Services_Maps_OfflineMaps_2_H
|
|
#define WINRT_Windows_Services_Maps_OfflineMaps_2_H
|
|
#include "winrt/impl/Windows.Devices.Geolocation.1.h"
|
|
#include "winrt/impl/Windows.Services.Maps.OfflineMaps.1.h"
|
|
WINRT_EXPORT namespace winrt::Windows::Services::Maps::OfflineMaps
|
|
{
|
|
struct WINRT_IMPL_EMPTY_BASES OfflineMapPackage : winrt::Windows::Services::Maps::OfflineMaps::IOfflineMapPackage
|
|
{
|
|
OfflineMapPackage(std::nullptr_t) noexcept {}
|
|
OfflineMapPackage(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Services::Maps::OfflineMaps::IOfflineMapPackage(ptr, take_ownership_from_abi) {}
|
|
static auto FindPackagesAsync(winrt::Windows::Devices::Geolocation::Geopoint const& queryPoint);
|
|
static auto FindPackagesInBoundingBoxAsync(winrt::Windows::Devices::Geolocation::GeoboundingBox const& queryBoundingBox);
|
|
static auto FindPackagesInGeocircleAsync(winrt::Windows::Devices::Geolocation::Geocircle const& queryCircle);
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES OfflineMapPackageQueryResult : winrt::Windows::Services::Maps::OfflineMaps::IOfflineMapPackageQueryResult
|
|
{
|
|
OfflineMapPackageQueryResult(std::nullptr_t) noexcept {}
|
|
OfflineMapPackageQueryResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Services::Maps::OfflineMaps::IOfflineMapPackageQueryResult(ptr, take_ownership_from_abi) {}
|
|
};
|
|
struct WINRT_IMPL_EMPTY_BASES OfflineMapPackageStartDownloadResult : winrt::Windows::Services::Maps::OfflineMaps::IOfflineMapPackageStartDownloadResult
|
|
{
|
|
OfflineMapPackageStartDownloadResult(std::nullptr_t) noexcept {}
|
|
OfflineMapPackageStartDownloadResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Services::Maps::OfflineMaps::IOfflineMapPackageStartDownloadResult(ptr, take_ownership_from_abi) {}
|
|
};
|
|
}
|
|
#endif
|