Class MapsAdapter
Class implementation for MapsAdapter
Inheritance
System.Object
MapsAdapter
Namespace: Com.Syncfusion.Maps
Assembly: Syncfusion.SfMaps.Android.dll
Syntax
public class MapsAdapter : Object
Constructors
MapsAdapter()
Declaration
public MapsAdapter()
Methods
GetMarkerView(MapMarker, PointF)
This method returns the View for Marker
Declaration
public virtual View GetMarkerView(MapMarker marker, PointF point)
Parameters
| Type | Name | Description |
|---|---|---|
| MapMarker | marker | To set the value for map marker |
| Android.Graphics.PointF | point | To set the value for point |
Returns
| Type | Description |
|---|---|
| Android.Views.View | returns the view |