Install homebrew https://brew.sh/
brew cask install adoptopenjdk8
brew cask install android-sdk
brew cask install adoptopenjdk8
brew cask install android-sdk
| /** | |
| * Generates number of random geolocation points given a center and a radius. | |
| * @param {Object} center A JS object with lat and lng attributes. | |
| * @param {number} radius Radius in meters. | |
| * @param {number} count Number of points to generate. | |
| * @return {array} Array of Objects with lat and lng attributes. | |
| */ | |
| function generateRandomPoints(center, radius, count) { | |
| var points = []; | |
| for (var i=0; i<count; i++) { |
| <!-- In your template --> | |
| <div data-gist="{{gistId}}"></div> |
| curl --user-agent "Googlebot/2.1 (+http://www.google.com/bot.html)" -v $@ | |