Property | Type | Description | |
---|---|---|---|
ActionMode | Android.Support.V7.View.ActionMode | ||
Items | List |
||
MapIsTouched | bool | ||
StationControls | List |
||
_stickToUserLocation | bool | ||
cts |
Method | Description | |
---|---|---|
CloseDrawer ( ) : void | ||
DisableCompass ( ) : void | ||
EndPlacesSearch ( ) : void | ||
GetDirectionsAsync ( ) : Task |
||
OnActionItemClicked ( Android.Support.V7.View.ActionMode mode, IMenuItem item ) : bool | ||
OnBackPressed ( ) : void | ||
OnClusterClick ( ICluster cluster ) : bool |
disabled by _map_MarkerClick :/
|
|
OnClusterItemClick ( Java marker ) : bool |
disabled by _map_MarkerClick :/
|
|
OnConfigurationChanged ( Configuration newConfig ) : void | ||
OnCreateActionMode ( Android.Support.V7.View.ActionMode mode, IMenu menu ) : bool | ||
OnCreateOptionsMenu ( IMenu menu ) : bool |
This is the menu for the Toolbar/Action Bar to use
|
|
OnDestroyActionMode ( Android.Support.V7.View.ActionMode mode ) : void | ||
OnMapReady ( Android.Gms.Maps.GoogleMap googleMap ) : void | ||
OnPrepareActionMode ( Android.Support.V7.View.ActionMode mode, IMenu menu ) : bool | ||
SetViewPoint ( Android.Gms.Maps.Model.CameraPosition cameraPosition, bool animated ) : void | ||
UnStickUserLocation ( ) : void |
Method | Description | |
---|---|---|
OnActivityResult ( int requestCode, [ resultCode, Android.Content.Intent data ) : void |
when return to the activity from another with parameters
|
|
OnCreate ( Bundle bundle ) : void | ||
OnDestroy ( ) : void | ||
OnNewIntent ( Android.Content.Intent intent ) : void | ||
OnPause ( ) : void | ||
OnPostCreate ( Bundle savedInstanceState ) : void | ||
OnResume ( ) : void |
Method | Description | |
---|---|---|
AddDirectionsAsync ( ) : void | ||
AddPlaceMarker ( Android.Gms.Maps.Model.LatLng position, string title, string snippet ) : void |
add a marker for resolved adresses or map long click
|
|
AnimateStation ( Android.Gms.Maps.Model.Marker marker ) : void | ||
AutoCompleteSearchPlaceTextView_ItemClick ( object sender, Android.Widget.AdapterView e ) : void | ||
BikesButton_Click ( object sender, |
||
CheckIfLocationIsActive ( ) : bool | ||
ClearPolyline ( ) : void | ||
CloseKeyboard ( ) : void | ||
DecreaseButtonVisibility ( FloatingActionButton button ) : void | ||
FormatLatLng ( Android.Gms.Maps.Model.LatLng position ) : string | ||
FormatShareLocationMessage ( ) : string | ||
GetAddressAsync ( ) : Task |
||
GetDirectionsUrl ( Android.Gms.Maps.Model.LatLng origin, Android.Gms.Maps.Model.LatLng dest ) : string | ||
GetPreviousLastUserLocation ( ) : void |
when app launch before geolocator has found out the user location, set the last user location to what is in memory
|
|
GetStartingCameraPosition ( ) : Task |
This is the menu for the Toolbar/Action Bar to use
|
|
IncreaseButtonVisibility ( FloatingActionButton button ) : void | ||
LoadPreviousTile ( ) : void |
Load the previous map tile choosen during last launch of the app
|
|
LocationButton_Click ( object sender, |
||
Locator_PositionChanged ( object sender, Plugin e ) : void | ||
OnContractRefreshed ( object sender, |
||
OnStationRefreshed ( object sender, |
||
ParkingButton_Click ( object sender, |
||
ParseIntent ( Android.Content.Intent intent = null ) : void | ||
RefreshStation ( |
||
RefreshView ( |
||
ResetMapCameraViewAndStickers ( ) : void | ||
SelectItem ( Android.Gms.Maps.Model.LatLng position ) : void |
set the marke as the current marker and add directions
|
|
SetupMapIfNeeded ( ) : void | ||
ShowIntentLocation ( ) : void | ||
StartLocationTracking ( ) : void | ||
SwitchModeStationParking ( ) : void |
Switch between Parking view and Bike view
|
|
SwitchModeStationParkingVisualState ( ) : void |
set the visual state of the bike/parking mode buttons
|
|
TileButton_Click ( object sender, |
||
UpdateOverlay ( bool programatic = false ) : void | ||
_createRouteIntent ( double latitude, double longitude ) : Android.Content.Intent | ||
_createShareIntent ( ) : Android.Content.Intent | ||
_currentTileNameAnimation_AnimationEnd ( object sender, Android.Views.Animations.Animation e ) : void | ||
_map_MapClick ( object sender, Android.Gms.Maps.GoogleMap e ) : void | ||
_map_MarkerClick ( object sender, Android.Gms.Maps.GoogleMap e ) : void |
public OnActionItemClicked ( Android.Support.V7.View.ActionMode mode, IMenuItem item ) : bool | ||
mode | Android.Support.V7.View.ActionMode | |
item | IMenuItem | |
return | bool |
protected OnActivityResult ( int requestCode, [ resultCode, Android.Content.Intent data ) : void | ||
requestCode | int | |
resultCode | [ | |
data | Android.Content.Intent | |
return | void |
public OnClusterClick ( ICluster cluster ) : bool | ||
cluster | ICluster | |
return | bool |
public OnClusterItemClick ( Java marker ) : bool | ||
marker | Java | |
return | bool |
public OnConfigurationChanged ( Configuration newConfig ) : void | ||
newConfig | Configuration | |
return | void |
public OnCreateActionMode ( Android.Support.V7.View.ActionMode mode, IMenu menu ) : bool | ||
mode | Android.Support.V7.View.ActionMode | |
menu | IMenu | |
return | bool |
public OnCreateOptionsMenu ( IMenu menu ) : bool | ||
menu | IMenu | Menu. |
return | bool |
public OnDestroyActionMode ( Android.Support.V7.View.ActionMode mode ) : void | ||
mode | Android.Support.V7.View.ActionMode | |
return | void |
public OnMapReady ( Android.Gms.Maps.GoogleMap googleMap ) : void | ||
googleMap | Android.Gms.Maps.GoogleMap | |
return | void |
protected OnNewIntent ( Android.Content.Intent intent ) : void | ||
intent | Android.Content.Intent | |
return | void |
protected OnPostCreate ( Bundle savedInstanceState ) : void | ||
savedInstanceState | Bundle | |
return | void |
public OnPrepareActionMode ( Android.Support.V7.View.ActionMode mode, IMenu menu ) : bool | ||
mode | Android.Support.V7.View.ActionMode | |
menu | IMenu | |
return | bool |
public SetViewPoint ( Android.Gms.Maps.Model.CameraPosition cameraPosition, bool animated ) : void | ||
cameraPosition | Android.Gms.Maps.Model.CameraPosition | |
animated | bool | |
return | void |
public Android.Support.V7.View.ActionMode ActionMode | ||
return | Android.Support.V7.View.ActionMode |