amay077 / Xamarin.Forms.GoogleMaps

Map library for Xamarin.Forms using Google maps API
https://www.nuget.org/packages/Xamarin.Forms.GoogleMaps/
MIT License
546 stars 346 forks source link

Fixed screen size circle? #659

Closed tbenum closed 4 years ago

tbenum commented 4 years ago

SUMMARY

Would it be possible to add a circle dimension which is fixed size (i.e. 10% of screen width etc) instead of real world size?

DETAILS

Currently I have to use a pin to pinpoint locations on the map, but I would rather use a circle. If the user zooms in/out, the circle should stay a fixed size (it should not zoom).

 circle.Radius = Distance.FromScreenWidthPercent(10);

PLATFORMS

amay077 commented 4 years ago

We does not support it.

You can draw circle in your canvas using SkiaSharp.