Class Constants
Collection of constants used across the project.
Inheritance
System.Object
Constants
Namespace:Mapbox.Utils
Assembly:Mapbox.Utils.dll
Syntax
public static class Constants : object
Fields
BaseAPI
Base URL for all the Mapbox APIs.
Declaration
public const string BaseAPI = null
Field Value
| Type | Description |
|---|---|
| System.String |
LatitudeMax
Mercator projection max latitude limit.
Declaration
public const double LatitudeMax = null
Field Value
| Type | Description |
|---|---|
| System.Double |
LongitudeMax
Mercator projection max longitude limit.
Declaration
public const double LongitudeMax = null
Field Value
| Type | Description |
|---|---|
| System.Double |