APD
APD
Same issue for me, LG v30 API 27
Further to the above comment, the sample app works after the location permission has been granted. You can modify the sample app to request these permissions yourself, or you can...
Thanks for doing this.
Try: public override void SetFrom(TweenerCore t, VertexGradient vg, bool setImmediately, bool isRelative) { var prevEndVal = t.endValue; t.endValue = t.getter(); t.startValue = isRelative ? Add(t.endValue, prevEndVal) : prevEndVal; t.startValue =...
I would also know if there is a way to disable the info window simply.
I tried null and I get an error: System.ArgumentException: 'Pin must have a Label to be added to a map' However, using String.Empty works - no error and no info...