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

Public Attributes

 UNKNOWN
 
 ROADS
 
 AERIAL
 
 TERRAIN
 

Detailed Description

MapType defines the supported map types for App Inventor.

Author
ewpat.nosp@m.ton@.nosp@m.mit.e.nosp@m.du (Evan W. Patton)

Definition at line 1541 of file MapFactory.java.

Member Data Documentation

◆ AERIAL

com.google.appinventor.components.runtime.util.MapFactory.MapType.AERIAL

Aerial/satellite tile layer.

Definition at line 1556 of file MapFactory.java.

◆ ROADS

com.google.appinventor.components.runtime.util.MapFactory.MapType.ROADS

Roads tile layer.

Definition at line 1551 of file MapFactory.java.

◆ TERRAIN

com.google.appinventor.components.runtime.util.MapFactory.MapType.TERRAIN

Terrain tile layer.

Definition at line 1561 of file MapFactory.java.

◆ UNKNOWN

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

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

Definition at line 1546 of file MapFactory.java.


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