Show / Hide Table of Contents

Class Geometry

Point geometry representing location of geocode result.

Inheritance
System.Object
Geometry
Namespace:Mapbox.Geocoding
Assembly:Mapbox.Geocoding.dll
Syntax
public class Geometry : object

Properties

Coordinates

Gets or sets coordinates. Because they are points, Geocode results will always be a single Geocoordinate.

Declaration
public Vector2d Coordinates { get; set; }
Property Value
Type Description
Vector2d

The coordinates.

Type

Gets or sets type. Geocode results will always be type: point.

Declaration
public string Type { get; set; }
Property Value
Type Description
System.String

The GeoJSON geometry type.

Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX