AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Mapa
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Modifies a shape drawn on the map displayed in a Map control.
Example
// Change the radius of a circle displayed in a Map control
Circle is MapCircle
Circle.Radius = 50
MAP_MyMap.ModifyShape(Circle)
Syntax
<Result> = <Map control>.ModifyShape(<Shape>)
<Result>: Boolean
  • True if the shape was modified,
  • False otherwise. To get more details on the error, use ErrorInfo.
<Map control>: Control name
Name of the Map control to be used.
<Shape>: MapCircle, MapPolygon or MapPolyline variable
Shape corresponding to the name of a variable of type MapPolygon, MapPolyline or MapCircle.
Remarks
  • The shape must have been added to the Map control before it can be modified.
  • To add a new shape to be drawn on a map, use <Map>.AddShape.
  • To delete a shape drawn in a Map control, use <Map>.DeleteShape.
Business / UI classification: UI Code
Component: wd290obj.dll
Versión mínima requerida
  • Versión 26
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 19/06/2023

Señalar un error o enviar una sugerencia | Ayuda local