I am using Map Suite Silverlight Edition for Web and using Assembly SilverlightMapSuiteCore.dll, v2.0.50727 for Silverlight Web using C#, .NET.
ThinkGeo Map FeatureSource.GetFeaturesWithinDistanceOf is throwing ArgumentOutOfRangeException when values are in comma decimal.
Example: X=151,22735273838, Y= -33,9706662837007 is throwing ArgumentOutOfRangeException.
but X=151.22735273838, Y= -33.9706662837007 is working fine.
Does ThinkGeo Map always expects decimal values as dot(.) not as comma(,) Please confirm.
Thanks