-
Notifications
You must be signed in to change notification settings - Fork 32
Labels
releasedtriage meI really want to be triaged.I really want to be triaged.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Is your feature request related to a problem? Please describe.
I would like to have this library support the google.maps.Data, e.g. for adding GeoJSON data to a map. Data class reference.
Describe the solution you'd like
Create mock implementation for google.maps.Data and provide it as a property for google.maps.Map as well as a standalone class from which Data instances can be constructed.
Additional context
I'm currently mocking the base Data class manually in some project. If you are ok with this feature request, I can submit a PR with mocks for the base class. In a next step, we could also provide mocks for other classes on google.maps.Data, e.g. google.maps.Data.Feature etc.
Metadata
Metadata
Assignees
Labels
releasedtriage meI really want to be triaged.I really want to be triaged.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.