Represents a map view.
Definition
public class MapView : MapView
Summary
The following table summarizes the members exposed in this class.
Public Constructors
MapView Constructor(Context) | Create a new instance of MapView |
MapView Constructor(Context, GoogleMapOptions) | Create a new instance of MapView |
MapView Constructor(Context, IAttributeSet) | Create a new instance of MapView |
MapView Constructor(Context, IAttributeSet, int) | Create a new instance of MapView |
Protected Constructors
MapView Constructor(IntPtr, JniHandleOwnership) | Create a new instance of MapView |
Public Constructors
public MapView(Context context, GoogleMapOptions options)
Create a new instance of MapView
Parameters
context | The context. |
options | The map options. |
public MapView(Context context, IAttributeSet attrs)
Create a new instance of MapView
Parameters
context | The context. |
attrs | The attributes. |
public MapView(Context context, IAttributeSet attrs, int defStyle)
Create a new instance of MapView
Parameters
context | The context. |
attrs | The attributes. |
defStyle | The style. |
Protected Constructors
protected MapView(IntPtr javaReference, JniHandleOwnership transfer)
Create a new instance of MapView
Parameters
javaReference | The java reference. |
transfer | The transfer. |