PlanetaryComputerModelFactory.DefaultLocation Method
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.
Defines a default geographic location for map visualization.
public static Azure.Analytics.PlanetaryComputer.DefaultLocation DefaultLocation(int zoom = 0, System.Collections.Generic.IEnumerable<float> coordinates = default);
static member DefaultLocation : int * seq<single> -> Azure.Analytics.PlanetaryComputer.DefaultLocation
Public Shared Function DefaultLocation (Optional zoom As Integer = 0, Optional coordinates As IEnumerable(Of Single) = Nothing) As DefaultLocation
Parameters
- zoom
- Int32
Default zoom level for the map.
- coordinates
- IEnumerable<Single>
Default center coordinates [latitude, longitude] for the map.
Returns
A new DefaultLocation instance for mocking.