Working with StreamPoint collection
All code examples in this section are identical and can implement either ArcGIS technology or Leaflet technology.
To use ArcGIS:
@using static MapsForBlazor.techs.maps.ArcGIS
To use Leaflet:
@using static MapsForBlazor.techs.maps.Leaflet
Add Remove StreamPoint
more about Add and Remove methods
Appearance
Appearance() is a method of the point collection (StreamPoint), which allows you to customize the display of points on the map.
StreamPoint collection events
The StreamPoint collection of points (map.Geometric.Points) provides the event: OnClick