Property | Type | Description | |
---|---|---|---|
AngleProperty | |||
ISDoubleTapProperty | |||
LayersProperty | |||
PanDurationProperty | |||
PanFactorProperty | |||
ZoomDurationProperty | |||
ZoomFactorProperty |
Method | Description | |
---|---|---|
CloseInfoWindow ( ) : void |
${WP_mapping_Map_method_closeInfoWindow_D}
|
|
GetNextResolution ( bool plus ) : double |
${WP_mapping_Map_method_getNextResolution_D}
|
|
GetNextScale ( bool plus ) : double |
${WP_mapping_Map_method_getNextScale_D}
|
|
Map ( ) : SuperMap.WindowsPhone.Core |
${WP_mapping_Map_constructor_None_D}
|
|
MapToScreen ( |
${WP_mapping_Map_method_mapToScreen_D}
|
|
OnApplyTemplate ( ) : void |
${WP_mapping_Map_method_onApplyTemplate_D}
|
|
OpenInfoWindow ( |
${WP_mapping_Map_method_openInfoWindow_D}
|
|
OpenInfoWindow ( |
${WP_mapping_Map_method_openInfoWindow_D}
|
|
Pan ( double offsetX, double offsetY ) : void |
${WP_mapping_Map_method_pan_D_sl}
|
|
PanByPixel ( double pixelX, double pixelY ) : void |
${WP_mapping_Map_method_panByPixel_D}
|
|
PanTo ( |
${WP_mapping_Map_method_panTo_D}
|
|
ScreenToMap ( Point point ) : |
${WP_mapping_Map_method_screenToMap_D}
|
|
ViewEntire ( ) : void |
${WP_mapping_Map_method_viewEntire_D}
|
|
Zoom ( double ratio ) : void |
${WP_mapping_Map_method_zoom_D}
|
|
ZoomIn ( ) : void |
${WP_mapping_Map_method_zoomIn_D}
|
|
ZoomOut ( ) : void |
${WP_mapping_Map_method_zoomOut_D}
|
|
ZoomTo ( |
${WP_mapping_Map_method_zoomTo_D}
|
|
ZoomToLevel ( int level ) : void |
${WP_mapping_Map_method_zoomToLevel_Int_D}
|
|
ZoomToLevel ( int level, |
${WP_mapping_Map_method_zoomToLevel_Int_Point2D_D}
|
|
ZoomToResolution ( double resolution ) : void |
${WP_mapping_Map_method_zoomToResolution_Double_D}
|
|
ZoomToResolution ( double resolution, |
${WP_mapping_Map_method_zoomToResolution_Double_Point2D_D}
|
|
ZoomToResolution ( double resolution, |
||
ZoomToScale ( double scale ) : void |
${WP_mapping_Map_method_zoomToScale_Int_D}
|
|
ZoomToScale ( double scale, |
${WP_mapping_Map_method_zoomToScale_Int_Point2D_D}
|
Method | Description | |
---|---|---|
ArrangeOverride ( |
${WP_mapping_Map_method_ArrangeOverride_D}
|
|
OnDoubleTap ( GestureEventArgs e ) : void | ||
OnHold ( GestureEventArgs e ) : void | ||
OnManipulationDelta ( System.Windows.Input.ManipulationDeltaEventArgs e ) : void | ||
OnManipulationStarted ( System.Windows.Input.ManipulationStartedEventArgs e ) : void | ||
OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void |
${WP_ui_action_MapAction_event_onMouseEnter_D}
|
|
OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void |
${WP_ui_action_MapAction_event_onMouseLeave_D}
|
|
OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void |
${WP_ui_action_MapAction_event_onMouseDown_D}
|
|
OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void |
${WP_ui_action_MapAction_event_onMouseUp_D}
|
|
OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void |
${WP_ui_action_MapAction_event_onMouseMove_D}
|
|
OnTap ( GestureEventArgs e ) : void |
Method | Description | |
---|---|---|
AssignLayerContainer ( |
||
BuildMapAction ( ) : void |
${WP_mapping_Map_event_actionChanged_D}
|
|
CalculateStartViewBounds ( |
||
CloseToolTip ( ) : void | ||
CreateErrorMessage ( string message ) : void | ||
GetFullViewBounds ( ) : |
||
InsertLayerContainer ( |
||
IsPinchOrStretch ( Point scale ) : bool | ||
Layers_CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void | ||
Layers_LayersInitialized ( object sender, |
||
LoadContinuousLayersInView ( bool useTransitions ) : void | ||
LoadLayerInView ( bool useTransitions, |
||
LoadLayersInView ( bool useTransitions, |
||
Map_Loaded ( object sender, |
||
Map_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void | ||
OnAnglePropertyChanged ( |
||
OnLayersPropertyChanged ( |
||
PanCompleted ( ) : void | ||
QuinticEaseOut ( double t, double b, double c, double d ) : double | ||
RaiseAngleChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void | ||
RaiseViewBoundsChanged ( ) : void | ||
RemoveMapLayers ( |
||
ResetMapStatus ( ) : void | ||
SetOriginAndResolution ( double currentResolution, |
||
ShowToolTip ( ) : void | ||
UpdateClip ( |
||
beginZoomToTargetBounds ( |
||
getAdjustedViewBounds ( |
||
layer_Initialized ( object sender, |
||
layer_OnLayerChanged ( object sender, |
||
layersProgressHandler ( object sender, |
||
mapToPanLayer ( |
||
panHelper_PanAnimationCompleted ( object sender, |
||
panHelper_Panning ( object sender, |
||
panLayerToMap ( Point pnt ) : |
||
panTo ( |
||
panTo ( |
||
panTo ( |
||
raisePropertyChanged ( string propertyName ) : void | ||
rootElementToMap ( Point pnt ) : |
||
zoomAbout ( double factor, |
||
zoomTo ( |
protected ArrangeOverride ( |
||
finalSize | ||
return |
public GetNextResolution ( bool plus ) : double | ||
plus | bool | ${WP_mapping_Map_method_getNextResolution_param_plus} |
return | double |
public GetNextScale ( bool plus ) : double | ||
plus | bool | ${WP_mapping_Map_method_getNextScale_param_plus} |
return | double |
public MapToScreen ( |
||
point2D | ${WP_mapping_Map_method_mapToScreen_param_point2D} | |
return | Point |
protected OnDoubleTap ( GestureEventArgs e ) : void | ||
e | GestureEventArgs | |
return | void |
protected OnHold ( GestureEventArgs e ) : void | ||
e | GestureEventArgs | |
return | void |
protected OnManipulationDelta ( System.Windows.Input.ManipulationDeltaEventArgs e ) : void | ||
e | System.Windows.Input.ManipulationDeltaEventArgs | |
return | void |
protected OnManipulationStarted ( System.Windows.Input.ManipulationStartedEventArgs e ) : void | ||
e | System.Windows.Input.ManipulationStartedEventArgs | |
return | void |
protected OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void | ||
e | System.Windows.Input.MouseEventArgs | ${WP_ui_action_MapAction_event_onMouseEnter_param_e} |
return | void |
protected OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void | ||
e | System.Windows.Input.MouseEventArgs | ${WP_ui_action_MapAction_event_onMouseLeave_param_e} |
return | void |
protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void | ||
e | System.Windows.Input.MouseButtonEventArgs | ${WP_ui_action_MapAction_event_onMouseDown_param_e} |
return | void |
protected OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void | ||
e | System.Windows.Input.MouseButtonEventArgs | ${WP_ui_action_MapAction_event_onMouseUp_param_e} |
return | void |
protected OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void | ||
e | System.Windows.Input.MouseEventArgs | ${WP_ui_action_MapAction_event_onMouseMove_param_e} |
return | void |
protected OnTap ( GestureEventArgs e ) : void | ||
e | GestureEventArgs | |
return | void |
public OpenInfoWindow ( |
||
location | ${WP_mapping_Map_method_openInfoWindow_param_location} | |
element | UIElement | ${WP_mapping_Map_method_openInfoWindow_param_element} |
return | void |
public OpenInfoWindow ( |
||
location | ${WP_mapping_Map_method_openInfoWindow_param_location} | |
offsetPixelX | double | ${WP_mapping_Map_method_openInfoWindow_param_offsetPixelX} |
offsetPixelY | double | ${WP_mapping_Map_method_openInfoWindow_param_offsetPixelY} |
element | UIElement | ${WP_mapping_Map_method_openInfoWindow_param_element} |
return | void |
public Pan ( double offsetX, double offsetY ) : void | ||
offsetX | double | ${WP_mapping_Map_method_pan_param_offsetX} |
offsetY | double | ${WP_mapping_Map_method_pan_param_offsetY} |
return | void |
public PanByPixel ( double pixelX, double pixelY ) : void | ||
pixelX | double | ${WP_mapping_Map_method_panByPixel_param_pixelX} |
pixelY | double | ${WP_mapping_Map_method_panByPixel_param_pixelY} |
return | void |
public PanTo ( |
||
center | ${WP_mapping_Map_method_panTo_param_center} | |
return | void |
public ScreenToMap ( Point point ) : |
||
point | Point | ${WP_mapping_Map_method_screenToMap_param_point} |
return |
public Zoom ( double ratio ) : void | ||
ratio | double | ${WP_mapping_Map_method_zoom_param_ratio} |
return | void |
public ZoomTo ( |
||
bounds | ${WP_mapping_Map_method_zoomTo_param_bounds} | |
return | void |
public ZoomToLevel ( int level ) : void | ||
level | int | ${WP_mapping_Map_method_zoomToLevel_Int_param_level} |
return | void |
public ZoomToLevel ( int level, |
||
level | int | ${WP_mapping_Map_method_zoomToLevel_Int_param_level} |
center | ${WP_mapping_Map_method_zoomToLevel_Int_Point2D_param_center} | |
return | void |
public ZoomToResolution ( double resolution ) : void | ||
resolution | double | ${WP_mapping_Map_method_zoomToResolution_Double_param_resolution} |
return | void |
public ZoomToResolution ( double resolution, |
||
resolution | double | ${WP_mapping_Map_method_zoomToResolution_Double_param_resolution} |
center | ${WP_mapping_Map_method_zoomToResolution_Double_Point2D_param_center} | |
return | void |
public ZoomToResolution ( double resolution, |
||
resolution | double | |
center | ||
skipAnimation | bool | |
return | void |
public ZoomToScale ( double scale ) : void | ||
scale | double | ${WP_mapping_Map_method_zoomToScale_Int_param_scale} |
return | void |
public ZoomToScale ( double scale, |
||
scale | double | ${WP_mapping_Map_method_zoomToScale_Int_param_scale} |
center | ${WP_mapping_Map_method_zoomToScale_Int_Point2D_param_center} | |
return | void |
public static DependencyProperty,System.Windows AngleProperty | ||
return |
public static DependencyProperty,System.Windows ISDoubleTapProperty | ||
return |
public static DependencyProperty,System.Windows LayersProperty | ||
return |
public static DependencyProperty,System.Windows PanDurationProperty | ||
return |
public static DependencyProperty,System.Windows PanFactorProperty | ||
return |
public static DependencyProperty,System.Windows ZoomDurationProperty | ||
return |