majorimi / blazor-components

Components collection and extensions for Blazor applications.
MIT License
325 stars 59 forks source link

How to create a visible circle #114

Open Phalanx123 opened 2 years ago

Phalanx123 commented 2 years ago

Hello,

I would like to create a circle around coordinates to display the bounds of geofencing. How would I go about that? Also looking for Poly Line eventually.

majorimi commented 2 years ago

Hi @Phalanx123,

Thanks for contacting me. Yes these are all feasible in Google maps. However all of these features a Blazor JS Interop "wrapper" must be done. Which is time consuming to implement. Already started doing it good news for you Poly lines is more or less done in this branch. Still testing it and finishing up some features.

Cannot give you an exact time of release for now but try to do it in this month.