C# Class OneBusAway.Model.MapView

Datei anzeigen Open project: OneBusAway/onebusaway-windows10 Class Usage Examples

Public Methods

Method Description
MapView ( Point mapCenter, double zoomLevel, bool animateChange = false ) : OneBusAway.Services
MapView ( Point mapCenter, double zoomLevel, double boundsHeight, double boundsWidth, bool animateChange = false ) : OneBusAway.Services

Private Methods

Method Description
GetDefaultMapView ( ) : MapView

Returns the default location of the user, or their last known location.

Method Details

MapView() public method

public MapView ( Point mapCenter, double zoomLevel, bool animateChange = false ) : OneBusAway.Services
mapCenter Point
zoomLevel double
animateChange bool
return OneBusAway.Services

MapView() public method

public MapView ( Point mapCenter, double zoomLevel, double boundsHeight, double boundsWidth, bool animateChange = false ) : OneBusAway.Services
mapCenter Point
zoomLevel double
boundsHeight double
boundsWidth double
animateChange bool
return OneBusAway.Services