CrossGeeks / GeofencePlugin

Geofence Plugin for Xamarin iOS and Android
MIT License
48 stars 22 forks source link

Radius? #3

Closed napoleonjones closed 6 years ago

napoleonjones commented 6 years ago

What is the unit of measure for the radius?

smrkamran commented 6 years ago

Dont know why im getting System.InvalidCastException: Specified cast is not valid. when i run StartMonitoring method. installed .NETStandard 1.6.1 and Xamarin.GooglePlayServices.Location 60.1142.1 not using Shared Project not PCL

napoleonjones commented 6 years ago

Are you passing in the correct data types. I'm not receiving that error?

smrkamran commented 6 years ago

CrossGeofence.Current.StartMonitoring(new GeofenceCircularRegion("MyRegioan", 31.475085, 74.305833, 200.0) { NotifyOnStay = true, StayedInThresholdDuration = TimeSpan.FromMinutes(5) });

smrkamran commented 6 years ago

can you give me the access to your repository?

napoleonjones commented 6 years ago

No, it's private.

You should also move this to a new issue as it's totally unrelated to my question.

smrkamran commented 6 years ago

ok

smrkamran commented 6 years ago

bro at which place you are calling StartMonitoring? p.s sorry for creating noise on your issue

napoleonjones commented 6 years ago

its meters