CartoType Android API 8.8-7-gb35e4dc71
for Java development on Android
Public Attributes | List of all members
com.cartotype.MapObjectType Enum Reference

Public Attributes

 Point
 
 Line
 
 Polygon
 
 Array
 

Detailed Description

Every map object belongs to one of these types.

Member Data Documentation

◆ Array

com.cartotype.MapObjectType.Array

Information arranged as an array of values, such as an image or height data.

◆ Line

com.cartotype.MapObjectType.Line

A line in two-dimensional space, consisting of one or more open contours.

◆ Point

com.cartotype.MapObjectType.Point

A point in two-dimensional space.

◆ Polygon

com.cartotype.MapObjectType.Polygon

A polygon in two-dimensional space, consisting of one or more closed contours.


The documentation for this enum was generated from the following file: