Struct LocalLocationFinder
pub struct LocalLocationFinder;
Implementations§
§impl LocalLocationFinder
impl LocalLocationFinder
pub fn FindLocalLocationsAsync<P1>(
searchterm: &HSTRING,
searcharea: P1,
localcategory: &HSTRING,
maxresults: u32,
) -> Result<IAsyncOperation<LocalLocationFinderResult>>where
P1: Param<Geocircle>,
Auto Trait Implementations§
impl Freeze for LocalLocationFinder
impl RefUnwindSafe for LocalLocationFinder
impl Send for LocalLocationFinder
impl Sync for LocalLocationFinder
impl Unpin for LocalLocationFinder
impl UnwindSafe for LocalLocationFinder
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