Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
React Google Maps | 4,497 | 4,324 | 325 | a year ago | 101 | January 05, 2018 | 266 | mit | JavaScript | |
React.js Google Maps integration component | ||||||||||
Google Maps Services Python | 3,964 | 1,153 | 42 | 4 days ago | 42 | February 02, 2022 | 28 | apache-2.0 | Python | |
Python client library for Google Maps API Web Services | ||||||||||
Google Maps Services Js | 2,642 | 792 | 138 | 4 days ago | 24 | April 30, 2020 | 21 | apache-2.0 | TypeScript | |
Node.js client library for Google Maps API Web Services | ||||||||||
Google Maps For Rails | 2,301 | 3,851 | 3 | 5 years ago | 103 | February 17, 2014 | 41 | mit | JavaScript | |
Enables easy Google map + overlays creation in Ruby apps | ||||||||||
Mapsmodelsimporter | 1,964 | 21 days ago | 85 | gpl-3.0 | Python | |||||
A Blender add-on to import models from google maps | ||||||||||
Airmapview | 1,824 | 12 | a year ago | 18 | October 10, 2019 | 27 | apache-2.0 | Java | ||
A view abstraction to provide a map user interface with various underlying map providers | ||||||||||
Privacy Redirect | 1,675 | 16 days ago | 202 | gpl-3.0 | JavaScript | |||||
A simple web extension that redirects Twitter, YouTube, Instagram & Google Maps requests to privacy friendly alternatives. | ||||||||||
Cordova Plugin Googlemaps | 1,657 | 459 | 10 | a year ago | 63 | April 09, 2020 | 48 | apache-2.0 | JavaScript | |
Google Maps plugin for Cordova | ||||||||||
Google Maps Services Java | 1,599 | 880 | 26 | a month ago | 57 | June 03, 2022 | 23 | apache-2.0 | Java | |
Java client library for Google Maps API Web Services | ||||||||||
Google Maps React | 1,599 | 1,321 | 81 | 5 months ago | 37 | April 21, 2020 | 295 | mit | JavaScript | |
Companion code to the "How to Write a Google Maps React Component" Tutorial |
Android Studio Project using Support Library focused on get Google Maps 3 states behavior including background image parallax and toolbars animations.
In your module/project build.gradle file add
dependencies {
...
implementation 'com.mahc.custombottomsheetbehavior:googlemaps-like:0.9.1'
}
[]
Wiki under construction but still with some info already, until I complete it you can take a look at the example (app module).
I took the code from BottomSheetBehavior.java from Support Library 23.4.0 and added one state for anchor mode, so now you have:
STATE_HIDDEN
STATE_COLLAPSED
STATE_DRAGGING
STATE_ANCHOR_POINT
STATE_EXPANDED.
Created Behaviors for FAB, ToolBars and ImageView.
Spend more than 3 days looking snipet of code or stackoverflow answers about it with no luck.
Trying to help/close issues.
Do you want to help?
Wanna improve it?
Go ahead! you can start in issues page
If you like this project give me a vote up at:
Sliding up image with Official Support Library 23.x.+ bottomSheet like google maps.
Related questions:
Android Support BottomSheetBehavior additional anchored state
How to mimic Google Maps' bottom-sheet 3 phases behavior?
Sliding BottomSheet like google map
How to create bottom sheet effect which cover full activity when user scrolls up
How to make custom CoordinatorLayout.Behavior with parallax scrolling effect for google MapView?
How to handle issues of the new bottom sheet of the support/design library?
Open an activity or fragment with Bottom Sheet Deep Linking
BottomSheetDialogFragment - How to set expanded height (or min top offset)
Licensed under the Apache License, Version 2.0
The true is I don't care about license... JUST USE IT, improve it if you can and give me vote up in stack overflow :D.