DefaultLocation(Int32, IEnumerable<Single>) Constructor
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.
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.