C# Class ArcGISRuntimeXamarin.Samples.RenderPictureMarkers.RenderPictureMarkers

Inheritance: UIViewController
显示文件 Open project: Esri/arcgis-runtime-samples-dotnet

Public Methods

Method Description
RenderPictureMarkers ( ) : Esri.ArcGISRuntime.Geometry
ViewDidLoad ( ) : void

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Private Methods

Method Description
CreateLayout ( ) : void
CreatePictureMarkerSymbolFromResources ( GraphicsOverlay overlay ) : System.Threading.Tasks.Task
CreatePictureMarkerSymbolFromUrl ( GraphicsOverlay overlay ) : System.Threading.Tasks.Task
Initialize ( ) : void

Method Details

OnCreate() protected method

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
return void

RenderPictureMarkers() public method

public RenderPictureMarkers ( ) : Esri.ArcGISRuntime.Geometry
return Esri.ArcGISRuntime.Geometry

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void