Struct windows::Services::Maps::MapLocationFinder
pub struct MapLocationFinder;
Implementations§
§impl MapLocationFinder
impl MapLocationFinder
pub fn FindLocationsAtAsync<P0>(
querypoint: P0,
) -> Result<IAsyncOperation<MapLocationFinderResult>>where
P0: Param<Geopoint>,
pub fn FindLocationsAsync<P0>(
searchtext: &HSTRING,
referencepoint: P0,
) -> Result<IAsyncOperation<MapLocationFinderResult>>where
P0: Param<Geopoint>,
pub fn FindLocationsWithMaxCountAsync<P0>(
searchtext: &HSTRING,
referencepoint: P0,
maxcount: u32,
) -> Result<IAsyncOperation<MapLocationFinderResult>>where
P0: Param<Geopoint>,
pub fn FindLocationsAtWithAccuracyAsync<P0>(
querypoint: P0,
accuracy: MapLocationDesiredAccuracy,
) -> Result<IAsyncOperation<MapLocationFinderResult>>where
P0: Param<Geopoint>,
Auto Trait Implementations§
impl Freeze for MapLocationFinder
impl RefUnwindSafe for MapLocationFinder
impl Send for MapLocationFinder
impl Sync for MapLocationFinder
impl Unpin for MapLocationFinder
impl UnwindSafe for MapLocationFinder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more