Skip to content

mirzaadil/Surge-Pricing-HeatMap

Repository files navigation

🔎 Google MAP Explorer

Built with ❤︎ by Mirza Adil and contributors

🎯 Features

  • View Google Map
  • Show Custom Surge Heat MAP
  • Show Surge Rate Text.
  • Show Dynamic colur base MAP ares.

Solution: Geohashes

Geohash is a system for encoding a (latitude, longitude) pair into a single Base32 string. In the Geohash system the world is divided into a rectangular grid. Each character of a Geohash string specifies one of 32 subdivisions of the prefix hash. For example the Geohash abcd is one of 32 four-character hashes fully contained within the larger Geohash abc.

The longer the shared prefix between two hashes, the closer they are to each other. For example abcdef is closer to abcdeg than abcdff. However the converse is not true! Two areas may be very close to each other while having very different Geohashes: read it on this link here. →

👨 Developed By

Mirza Adil

👍 How to Contribute

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

📃 License

Copyright 2022 Mirza Adil

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.