Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapsAdapter - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved