java.lang.Object |
↳ |
Fragment |
|
↳ |
com.mapsted.ui.base.BaseFragment<VM extends com.mapsted.ui.base.BaseViewModel> |
|
|
↳ |
com.mapsted.ui.map.ChooseUserPositionFragment |
Class Overview
When sdk does not have User position, this fragment can be used to allow the user to choose a position on map as his/her current location. After user sets his location, this fragment will set this user position to coreApi.
The fragment's callback also receives this position selected.
Summary
Fields |
public
static
final
String |
TAG |
|
[Expand]
Inherited Methods |
From class
com.mapsted.ui.base.BaseFragment
void
|
onCreate(Bundle savedInstanceState)
|
void
|
onDetach()
|
|
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Fields
public
static
final
String
TAG
Public Constructors
public
ChooseUserPositionFragment
()
Public Methods
public
void
createViewModel
()
public
void
onAttach
(Context context)
public
void
onCreate
(Bundle savedInstanceState)
public
View
onCreateView
(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)
public
void
onDestroyView
()
public
void
onViewCreated
(View view, Bundle savedInstanceState)