Package totalcross.map
Class GoogleMaps.Shape
- java.lang.Object
-
- totalcross.map.GoogleMaps.MapItem
-
- totalcross.map.GoogleMaps.Shape
-
- Enclosing class:
- GoogleMaps
public static class GoogleMaps.Shape extends GoogleMaps.MapItem
A map item that represents a polygon with any shape.GoogleMaps.Shape s1 = new GoogleMaps.Shape(); s1.color = Color.YELLOW | 0X88000000; s1.filled = true; s1.lats = new double[]{-3.73143,-3.73243,-3.73193}; s1.lons = new double[]{-38.483424, -38.483524, -38.483124};
-
-
Constructor Summary
Constructors Constructor Description Shape()
-