GeoObject Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A base type for all spatial types.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Core.GeoJson.GeoJsonConverter))]
public abstract class GeoObject
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Core.GeoJson.GeoJsonConverter))>]
type GeoObject = class
Public MustInherit Class GeoObject
- Inheritance
-
GeoObject
- Derived
- Attributes
Properties
BoundingBox |
Represents information about the coordinate range of the GeoObject. |
Type |
Gets the GeoJSON type of this object. |
Methods
Parse(String) |
Parses an instance of see GeoObject from provided JSON representation. |
ToString() |
Converts an instance of GeoObject to a GeoJSON representation. |
TryGetCustomProperty(String, Object) |
Tries to get a value of a custom property associated with the GeoObject. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET