[]Struct jni_android_sys::android::location::Geocoder

#[repr(transparent)]
pub struct Geocoder(_);

public final class Geocoder

Required feature: "android-location-Geocoder"

Methods

impl Geocoder

pub fn new_Context_Locale<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Context>>,
    arg1: impl Into<Option<&'env Locale>>
) -> Result<Local<'env, Geocoder>, Local<'env, Throwable>>
[src]

Geocoder

Required features: "android-content-Context", "java-util-Locale"

pub fn new_Context<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Context>>
) -> Result<Local<'env, Geocoder>, Local<'env, Throwable>>
[src]

Geocoder

Required features: "android-content-Context"

pub fn isPresent<'env>(
    __jni_env: &'env Env
) -> Result<bool, Local<'env, Throwable>>
[src]

pub fn getFromLocation<'env>(
    &'env self,
    arg0: f64,
    arg1: f64,
    arg2: i32
) -> Result<Option<Local<'env, List>>, Local<'env, Throwable>>
[src]

getFromLocation

Required features: "java-util-List"

pub fn getFromLocationName_String_int<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: i32
) -> Result<Option<Local<'env, List>>, Local<'env, Throwable>>
[src]

getFromLocationName

Required features: "java-lang-String", "java-util-List"

pub fn getFromLocationName_String_int_double_double_double_double<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: i32,
    arg2: f64,
    arg3: f64,
    arg4: f64,
    arg5: f64
) -> Result<Option<Local<'env, List>>, Local<'env, Throwable>>
[src]

getFromLocationName

Required features: "java-lang-String", "java-util-List"

Methods from Deref<Target = Object>

pub fn getClass<'env>(
    &'env self
) -> Result<Option<Local<'env, Class>>, Local<'env, Throwable>>
[src]

getClass

Required features: "java-lang-Class"

pub fn hashCode<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

pub fn equals<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Object>>
) -> Result<bool, Local<'env, Throwable>>
[src]

equals

Required features: "java-lang-Object"

pub fn toString<'env>(
    &'env self
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub fn notify<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn notifyAll<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn wait_long<'env>(
    &'env self,
    arg0: i64
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait_long_int<'env>(
    &'env self,
    arg0: i64,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

Trait Implementations

impl AsJValue for Geocoder

impl AsValidJObjectAndEnv for Geocoder

impl Deref for Geocoder

type Target = Object

The resulting type after dereferencing.

impl JniType for Geocoder

Auto Trait Implementations

impl RefUnwindSafe for Geocoder

impl !Send for Geocoder

impl !Sync for Geocoder

impl Unpin for Geocoder

impl UnwindSafe for Geocoder

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.