I get a JsonReaderException when trying to save the location in our own built GoogleMapsPropertyControl (that worked just fine on EPiServer 6).
I can open the GoogleMaps-popup and search and choose adress but it seems that there's a problem deserializing it when saving it. Problem is that the deserialization is handled automaticly and not something we do ourselves by code.
PropertyGoogleMapsLocations inherits from PropertyLongString (I've tried PropertyData as well with no success) and the property in the ModelClass looks like this:
[BackingType(typeof(PropertyGoogleMapsLocation))]
public virtual GoogleMapsLocation Point { get; set; }
I get a JsonReaderException when trying to save the location in our own built GoogleMapsPropertyControl (that worked just fine on EPiServer 6).
I can open the GoogleMaps-popup and search and choose adress but it seems that there's a problem deserializing it when saving it. Problem is that the deserialization is handled automaticly and not something we do ourselves by code.
PropertyGoogleMapsLocations inherits from PropertyLongString (I've tried PropertyData as well with no success) and the property in the ModelClass looks like this:
The stack trace: