android-maps-utils icon indicating copy to clipboard operation
android-maps-utils copied to clipboard

Add nullability annotations

Open arriolac opened this issue 3 years ago • 3 comments

Is your feature request related to a problem? Please describe. Several methods are missing nullability annotations (@NonNull or @Nullable) which results in method arguments and return types not containing the correct nullable or non-null type when used in Kotlin.

Describe the solution you'd like Add @NonNull or @Nullable on all APIs. For example, this should be annotated with @NonNull.

Describe alternatives you've considered Do nothing.

Additional context N/A

arriolac avatar Mar 23 '21 22:03 arriolac

This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you!

stale[bot] avatar Jul 23 '21 23:07 stale[bot]

This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you!

stale[bot] avatar Jan 03 '22 20:01 stale[bot]

This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you!

stale[bot] avatar Jul 31 '22 09:07 stale[bot]

:tada: This issue has been resolved in version 3.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

googlemaps-bot avatar Jan 24 '23 17:01 googlemaps-bot