Class PolygonBoundary

    Definition

    Namespace:
    Tizen.Location
    Assembly:
    Tizen.Location.dll

    This class represents a polygonal location boundary. Inherits the Abstract LocationBoundary class.

    public class PolygonBoundary : LocationBoundary
    Inheritance
    object
    LocationBoundary
    PolygonBoundary

    Constructors

    View Source

    PolygonBoundary(IList<Coordinate>)

    The constructor of the Polygon Boundary class.

    Declaration
    public PolygonBoundary(IList<Coordinate> coordinates)
    Parameters
    Type Name Description
    IList<><Coordinate> coordinates

    The coordinates which constitute the polgonal boundary.

    Properties

    View Source

    Coordinates

    Gets the list of coordinates which constitute a polygonal boundary.

    Declaration
    public IList<Coordinate> Coordinates { get; }
    Property Value
    Type Description
    IList<><Coordinate>

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX