MapsExtensions.Contains method
Version 1.0.0-beta002
.NET Framework 4.7
| Namespace | Skybrud.Essentials.Maps.Extensions |
|---|---|
| Assembly | Skybrud.Essentials.Maps.dll |
Contains(IShape, double, double)
Static
Returns whether the point with the specified latitude and longitude is cointained by !:shape.
public static bool Contains(IShape shape, double latitude, double longitude)
Parameters
shape
IShape
The shape.
latitude
Double
The latitude of the point.
longitude
Double
The longitude of the point.
Returns
true if shape contains the point; otherwise false.