Table of Contents

Class Geocoder

Namespace
Android.Location
Assembly
MASES.Netdroid.dll
public class Geocoder : JVMBridgeBase<Geocoder>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
Geocoder
Implements
Extension Methods

Constructors

Geocoder(Context)

public Geocoder(Context arg0)

Parameters

arg0 Context

Context

Geocoder(Context, Locale)

public Geocoder(Context arg0, Locale arg1)

Parameters

arg0 Context

Context

arg1 Locale

Locale

Geocoder(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Geocoder(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

CreatePoolableInstance(Context)

HPA initializer for Geocoder(Android.Content.Context arg0)

public static Geocoder CreatePoolableInstance(Context arg0)

Parameters

arg0 Context

Returns

Geocoder

CreatePoolableInstance(Context, Locale)

HPA initializer for Geocoder(Android.Content.Context arg0, Java.Util.Locale arg1)

public static Geocoder CreatePoolableInstance(Context arg0, Locale arg1)

Parameters

arg0 Context
arg1 Locale

Returns

Geocoder

GetFromLocation(double, double, int)

[Obsolete("Deprecated in JVM")]
public List<Address> GetFromLocation(double arg0, double arg1, int arg2)

Parameters

arg0 double

double

arg1 double

double

arg2 int

int

Returns

List<Address>

List

Exceptions

IOException

GetFromLocation(double, double, int, GeocodeListener)

public void GetFromLocation(double arg0, double arg1, int arg2, Geocoder.GeocodeListener arg3)

Parameters

arg0 double

double

arg1 double

double

arg2 int

int

arg3 Geocoder.GeocodeListener

Geocoder.GeocodeListener

GetFromLocationName(String, int)

[Obsolete("Deprecated in JVM")]
public List<Address> GetFromLocationName(String arg0, int arg1)

Parameters

arg0 String

String

arg1 int

int

Returns

List<Address>

List

Exceptions

IOException

GetFromLocationName(String, int, GeocodeListener)

public void GetFromLocationName(String arg0, int arg1, Geocoder.GeocodeListener arg2)

Parameters

arg0 String

String

arg1 int

int

arg2 Geocoder.GeocodeListener

Geocoder.GeocodeListener

GetFromLocationName(String, int, double, double, double, double)

[Obsolete("Deprecated in JVM")]
public List<Address> GetFromLocationName(String arg0, int arg1, double arg2, double arg3, double arg4, double arg5)

Parameters

arg0 String

String

arg1 int

int

arg2 double

double

arg3 double

double

arg4 double

double

arg5 double

double

Returns

List<Address>

List

Exceptions

IOException

GetFromLocationName(String, int, double, double, double, double, GeocodeListener)

public void GetFromLocationName(String arg0, int arg1, double arg2, double arg3, double arg4, double arg5, Geocoder.GeocodeListener arg6)

Parameters

arg0 String

String

arg1 int

int

arg2 double

double

arg3 double

double

arg4 double

double

arg5 double

double

arg6 Geocoder.GeocodeListener

Geocoder.GeocodeListener

IsPresent()

public static bool IsPresent()

Returns

bool

bool