BackendlessAPI.Geo.Fence.GeoFenceMonitoring.IsDefiniteRect C# (CSharp) Méthode

IsDefiniteRect() private méthode

private IsDefiniteRect ( GeoPoint nwPoint, GeoPoint sePoint ) : bool
nwPoint GeoPoint
sePoint GeoPoint
Résultat bool
    private bool IsDefiniteRect( GeoPoint nwPoint, GeoPoint sePoint )
    {
      return nwPoint != null && sePoint != null;
    }