We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discovery - https://developers.google.com/maps/documentation/javascript/shapes Codepen playground - https://codepen.io/ugene/pen/YZOmXa, https://codepen.io/jzmmm/pen/ZOqEOy npm package - https://www.npmjs.com/package/react-google-maps
interface Location Marker { points: LatLongArray project_name: string, center: LatLongObject project_id: number, project_type: string }
interface LatLongObject { lat: number, lng: number }
interface LatLongArray extends LatLongObject{}
The text was updated successfully, but these errors were encountered:
Looks like I am going to need more data from interface LocationMarker for this to work with the project filters:
addition props:
// for date range filter startDate: new Date Object or string endDate: new Date Object or stirng
Sorry, something went wrong.
t-ketchem
No branches or pull requests
Discovery - https://developers.google.com/maps/documentation/javascript/shapes
Codepen playground - https://codepen.io/ugene/pen/YZOmXa, https://codepen.io/jzmmm/pen/ZOqEOy
npm package - https://www.npmjs.com/package/react-google-maps
interface Location Marker {
points: LatLongArray
project_name: string,
center: LatLongObject
project_id: number,
project_type: string
}
interface LatLongObject {
lat: number,
lng: number
}
interface LatLongArray extends LatLongObject{}
The text was updated successfully, but these errors were encountered: