C# Class SuperMap.WindowsPhone.Samples.DrawPoint

Inheritance: Action
Show file Open project: SuperMap/iClient-WP8-Example

Public Methods

Method Description
Deactivate ( ) : void
DrawPoint ( Map map, ElementsLayer layer ) : SuperMap.WindowsPhone.Core
Tap ( GestureEventArgs e ) : void

Method Details

Deactivate() public method

public Deactivate ( ) : void
return void

DrawPoint() public method

public DrawPoint ( Map map, ElementsLayer layer ) : SuperMap.WindowsPhone.Core
map SuperMap.WindowsPhone.Mapping.Map
layer SuperMap.WindowsPhone.Mapping.ElementsLayer
return SuperMap.WindowsPhone.Core

Tap() public method

public Tap ( GestureEventArgs e ) : void
e GestureEventArgs
return void