Fix typo (OnRawResponseReceived) #76
Annotations
10 warnings
build:
GoogleMapsApi/Engine/MapsAPIGenericEngine.cs#L39
Possible null reference return.
|
build:
GoogleMapsApi/Engine/MapsAPIGenericEngine.cs#L20
Non-nullable event 'OnUriCreated' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
build:
GoogleMapsApi/Engine/MapsAPIGenericEngine.cs#L21
Non-nullable event 'OnRawResponseReceived' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
build:
GoogleMapsApi/StaticMaps/Entities/StaticMapRequest.cs#L119
Non-nullable property 'Language' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
GoogleMapsApi/StaticMaps/Entities/StaticMapRequest.cs#L119
Non-nullable property 'Markers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
GoogleMapsApi/StaticMaps/Entities/StaticMapRequest.cs#L119
Non-nullable property 'Pathes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
GoogleMapsApi/StaticMaps/Entities/StaticMapRequest.cs#L119
Non-nullable property 'Visible' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
GoogleMapsApi/StaticMaps/Entities/StaticMapRequest.cs#L119
Non-nullable property 'Style' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
GoogleMapsApi/StaticMaps/Entities/StaticMapRequest.cs#L119
Non-nullable property 'ApiKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
GoogleMapsApi/StaticMaps/Entities/StaticMapRequest.cs#L126
Non-nullable property 'Center' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|