public static class

MapFragment.Args.Booleans

extends Object
java.lang.Object
   ↳ com.mapsted.ui.map.MapFragment.Args.Booleans

Summary

Constants
String IS_ADD_TO_ITINERARY
String IS_EMERGENCY
String IS_TAG
Public Constructors
Booleans()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String IS_ADD_TO_ITINERARY

Constant Value: "isAddItinerary"

public static final String IS_EMERGENCY

Constant Value: "isEmergency"

public static final String IS_TAG

Constant Value: "isTag"

Public Constructors

public Booleans ()