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

Public Attributes

 Degree
 
 Display
 
 Map
 
 MapMeter
 

Static Public Attributes

static final CoordType Screen = Display
 

Detailed Description

Coordinate types.

Member Data Documentation

◆ Degree

com.cartotype.CoordType.Degree

Longitude (X) and latitude (Y) in degrees. X increases to the east and Y increases to the north.

◆ Display

com.cartotype.CoordType.Display

Pixels on the display: X increases to the right and Y increases downwards.

◆ Map

com.cartotype.CoordType.Map

Map coordinates: 32nds of projected meters. X increases to the east and Y increases to the north.

◆ MapMeter

com.cartotype.CoordType.MapMeter

Map meters: projected meters. X increases to the east and Y increases to the north.

◆ Screen

final CoordType com.cartotype.CoordType.Screen = Display
static

A synonym for Display. Pixels on the display: X increases to the right and Y increases downwards.


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