Class Layer
- Namespace
- MapLibreNative.Maui.Handlers.Maps
public class Layer
- Inheritance
-
Layer
- Inherited Members
Constructors
Layer(object)
public Layer(object platform)
Parameters
platformobject
Properties
Id
public string Id { get; set; }
Property Value
IsDetached
public bool IsDetached { get; set; }
Property Value
MaxZoom
public float MaxZoom { get; set; }
Property Value
MinZoom
public float MinZoom { get; set; }
Property Value
Visibility
public bool Visibility { get; set; }