AI2 Component  (Version nb184)
com.google.appinventor.components.runtime.util.MapFactory.MapScaleUnits Enum Reference

Public Attributes

 UNKNOWN
 
 METRIC
 
 IMPERIAL
 

Detailed Description

MapScaleUnits defines the available unit systems for rendering the map scale overlay.

Definition at line 1567 of file MapFactory.java.

Member Data Documentation

◆ IMPERIAL

com.google.appinventor.components.runtime.util.MapFactory.MapScaleUnits.IMPERIAL

Imperial units (mi, ft)

Definition at line 1582 of file MapFactory.java.

◆ METRIC

com.google.appinventor.components.runtime.util.MapFactory.MapScaleUnits.METRIC

Metric units (km, m)

Definition at line 1577 of file MapFactory.java.

◆ UNKNOWN

com.google.appinventor.components.runtime.util.MapFactory.MapScaleUnits.UNKNOWN

Reserved. Makes the map scale units start from 1 to be consistent with App Inventor design principles.

Definition at line 1572 of file MapFactory.java.


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