Reference for start_geo_polygon
Create a new GeoPolygon. This is part of the reference section.
Arc
Buffer
Data
Dialog
Ellipse
Geo Utils
start_geo_polygon
Image
Joystick (future)
Keyboard
Line
Mouse / Touchscreen
Pixel
Rectangle
Renderers
Shape
Sound (future)
Style
System
Text
Transform
Purpose
Start building a closed shape using geographic coordinates (longitude and latitude provided in degrees) instead of pixel coordinates.
Snippet
Start a geopolygon at longitude of 1 degrees and latitude 2 degrees.
geo_polygon = sketch.start_geo_polygon(1, 2)
Parameters
- longitude: The starting geographic point longitude coordinate or the E/W component of the first point of the polygon.
- latitude: The starting geographic point longitude coordinate or the N/S component of the first point of the polygon.
Examples
Availability
Available for all platforms.