C# Class UsingBingMaps.Models.RouteModel

Represents the route data model.
Mostrar archivo Open project: ProjPossibility/CSUN-MobileMapMagnifier Class Usage Examples

Public Methods

Method Description
RouteModel ( ICollection locations ) : System.Collections.Generic

Initializes a new instance of this type.

Method Details

RouteModel() public method

Initializes a new instance of this type.
public RouteModel ( ICollection locations ) : System.Collections.Generic
locations ICollection A collection of locations.
return System.Collections.Generic