Show / Hide Table of Contents

    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.

    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX