Skip to content

Latitude and longitude values are null #13

Open
@Dandroid5000

Description

@Dandroid5000

I am trying to post objects that contain properties that represent latitude and longitude values (e.g. -41.4627604 and 148.2557419). They are both declared as doubles.

These are posted successfully using the SDK but the values in the graph service are later returned as null.

If I debug the code, I can see that the values for latitude an longitude are populated correctly and there is no error when calling client.SaveContentAsync(). Other string properties on the same object are persisted successfully to the graph service... it's only the latitude and longitude (double) values that are lost.

Is this an issue with the SDK? Any other ideas?

Thanks in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions