Maps - Deprecated

Overview

You can use google maps to display a map in your app, and you can add some geometric shapes to your map

Attributes

Methods

Nested Class

MapItem

is an abstract class that will serve as inheritance for the classes below

Methods

Place

Attributes

Methods

Shape

Attributes

Methods

Circle

Attributes

Methods

References

  • See the Java Docs for more information.

  • Within the TotalCross SDK, usually on Disk C, there is a folder called src/main/java/totalcross and there will be a folder named Map, containing a simple sample on map. Typically the path to this folder is this pattern:

C:\Program Files\TotalCross\sdk\src\main\java\totalcross\map

Last updated