You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 3, 2019. It is now read-only.
can you add a Tag-Property to OsmSharp.UI.Map.Layer-class and also to
the OsmSharp.Android.UI.MapMarker-class like:
public new object Tag { get; set; }
is it possible to expose the MapMarkers-List readonly in the
OsmSharp.Android.UI.MapView-class like:
public List { get { return _markers; } }
in the LAyerTile-class a Progress-property would be useful, indicating,
how many tiles in % are already loaded of the current queue.