DefaultLocation Class
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 class DefaultLocation : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.DefaultLocation>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.DefaultLocation>
type DefaultLocation = class
interface IJsonModel<DefaultLocation>
interface IPersistableModel<DefaultLocation>
Public Class DefaultLocation
Implements IJsonModel(Of DefaultLocation), IPersistableModel(Of DefaultLocation)
- Inheritance
-
DefaultLocation
- Implements
Constructors
| Name | Description |
|---|---|
| DefaultLocation(Int32, IEnumerable<Single>) |
Initializes a new instance of DefaultLocation. |
Properties
| Name | Description |
|---|---|
| Coordinates |
Default center coordinates [latitude, longitude] for the map. |
| Zoom |
Default zoom level for the map. |