Class PointsOfInterestPage
Displays points of interest, allowing the user to add/delete them.
Inheritance
System.Object
PointsOfInterestPage
Namespace: Sensus.UI
Assembly: SensusAndroid.dll
Syntax
public class PointsOfInterestPage : ContentPage
Constructors
PointsOfInterestPage(ConcurrentObservableCollection<PointOfInterest>)
Initializes a new instance of the PointsOfInterestPage class.
Declaration
public PointsOfInterestPage(ConcurrentObservableCollection<PointOfInterest> pointsOfInterest)
Parameters
Type | Name | Description |
---|---|---|
ConcurrentObservableCollection<PointOfInterest> | pointsOfInterest | Points of interest to display. |