Package apple.mapkit.enums
Class MKMapType
- java.lang.Object
-
- apple.mapkit.enums.MKMapType
-
public final class MKMapType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longHybridstatic longHybridFlyoverstatic longMutedStandardstatic longSatellitestatic longSatelliteFlyoverstatic longStandard
-
-
-
Field Detail
-
Standard
public static final long Standard
- See Also:
- Constant Field Values
-
Satellite
public static final long Satellite
- See Also:
- Constant Field Values
-
Hybrid
public static final long Hybrid
- See Also:
- Constant Field Values
-
SatelliteFlyover
public static final long SatelliteFlyover
- See Also:
- Constant Field Values
-
HybridFlyover
public static final long HybridFlyover
- See Also:
- Constant Field Values
-
MutedStandard
public static final long MutedStandard
- See Also:
- Constant Field Values
-
-