C# Class SuperMap.WindowsPhone.Samples.MeasureDistance

Inheritance: Action
显示文件 Open project: SuperMap/iClient-WP8-Example

Public Methods

Method Description
Deactivate ( ) : void
DoubleTap ( GestureEventArgs e ) : void
Hold ( GestureEventArgs e ) : void
MeasureDistance ( Map map, ElementsLayer elementsLayer, FeaturesLayer featuresLayer, bool isMeasure ) : SuperMap.WindowsPhone.Core
Tap ( GestureEventArgs e ) : void

Private Methods

Method Description
EndDistance ( Point2D endPoint, bool removeLast ) : void
Init ( Point2D firstPoint ) : void

Method Details

Deactivate() public method

public Deactivate ( ) : void
return void

DoubleTap() public method

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

Hold() public method

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

MeasureDistance() public method

public MeasureDistance ( Map map, ElementsLayer elementsLayer, FeaturesLayer featuresLayer, bool isMeasure ) : SuperMap.WindowsPhone.Core
map SuperMap.WindowsPhone.Mapping.Map
elementsLayer SuperMap.WindowsPhone.Mapping.ElementsLayer
featuresLayer FeaturesLayer
isMeasure bool
return SuperMap.WindowsPhone.Core

Tap() public method

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