C# Class Map_Query_QueryByBoundsService.MeasureDistance

Inheritance: Action
Mostra file Open project: SuperMap/iClient-for-Win8

Public Methods

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

Private Methods

Method Description
EndDistance ( Point2D endPoint ) : 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 ) : SuperMap.WindowsPhone.Core
map SuperMap.WindowsPhone.Mapping.Map
elementsLayer SuperMap.WindowsPhone.Mapping.ElementsLayer
featuresLayer FeaturesLayer
return SuperMap.WindowsPhone.Core

Tap() public method

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