Hi,
I'm trying to use your nuget and can't get good results from GetClusterMarkers method
var input = new GetMarkersParams()
{
NorthEastLatitude = filters.MaxLat,
NorthEastLongitude = filters.MaxLng,
SouthWestLatitude = filters.MinLat,
SouthWestLongitude = filters.MinLng,
PointType = clusterPointsCacheKey
};
var markers = mapService.GetClusterMarkers(input);
This throws in the markers.MessageError "MapService says: exception Input string was not in a correct format."
This error message is not helpful at all.
What is supposed to be the problem?
Thanks