Remove abstract keyword from Feature class#67
Conversation
|
I just pushed new changes to the PR. Could you please take a look? I did run into an issue while writing tests. I would appreciate it if you can let me know why it is behaving that way. So I had to send in _jsonSerializerOptions forcing it to use camel case like so . Let me know if I can improve upon this. Also if you need me to do more work on the PR let me know. I tested the sample application and it works well. Thank you! |
arnaudleclerc
left a comment
There was a problem hiding this comment.
This looks good, thanks for implementing that!
I will try to take a look at it and come back to you if I find the reason why. |
Trying to bind to the DrawingComplete eventcallback resulted in this error:
Turns out it was a system.text.json error because the AzureMapsControl.Components.Atlas.Feature class is an abstract class.
I took out the abstract keyword and tested it and it works.