layout: default title: BasemapStyle parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components

BasemapStyle Class

The style of the basemap from the basemap styles service (v2). The basemap styles service is a ready-to-use location service that serves vector and image tiles representing geographic features around the world.
ArcGIS Maps SDK for JavaScript

public class BasemapStyle : dymaptic.GeoBlazor.Core.Components.MapComponent

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 BasemapStyle

Properties

BasemapStyle.Language Property

The language of the place labels in the basemap style. Choose from a variety of supported languages, including global and local.
If not set, the app’s current locale is used. If the app’s locale is not supported by the service, the language will fall back to “global”.
ArcGIS REST APIs

public string? Language { get; set; }

Property Value

System.String

BasemapStyle.Name Property

The identifying name of the basemap style. The values are of the form {Provider}{Style} where provider is “Arcgis” or “osm”. Examples include ArcgisNavigation and OsmStandard. See ArcGIS basemap styles and OSM basemap styles for the full list of available styles.

public dymaptic.GeoBlazor.Core.Components.BasemapStyleName Name { get; set; }

Property Value

BasemapStyleName

BasemapStyle.ServiceUrl Property

The URL to the basemap styles service.
Default Value:”https://basemapstyles-api.arcgis.com/arcgis/rest/services/styles/v2/webmaps”

public string? ServiceUrl { get; set; }

Property Value

System.String