Skip to content

MapService says: exception Input string was not in a correct format. #2

@ruisilva450

Description

@ruisilva450

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions