DefaultLocation(Int32, IEnumerable<Single>) Constructor

Definition

Initializes a new instance of DefaultLocation.

public DefaultLocation(int zoom, System.Collections.Generic.IEnumerable<float> coordinates);
new Azure.Analytics.PlanetaryComputer.DefaultLocation : int * seq<single> -> Azure.Analytics.PlanetaryComputer.DefaultLocation
Public Sub New (zoom As Integer, coordinates As IEnumerable(Of Single))

Parameters

zoom
Int32

Default zoom level for the map.

coordinates
IEnumerable<Single>

Default center coordinates [latitude, longitude] for the map.

Exceptions

coordinates is null.

Applies to