Interface IResource
Interface representing a Mapbox resource URL. Used to build request strings and return full URLs to a Mapbox Web Service API resource.
Namespace:Mapbox.Platform
Assembly:Mapbox.Platform.dll
Syntax
public interface IResource
Methods
GetUrl()
Builds a complete, valid URL string.
Declaration
string GetUrl()
Returns
Type | Description |
---|---|
System.String | URL string. |