Node.js fluent interface for Google's Static Maps API
Wrapper for the loading of Google Maps JavaScript API script in the browser
InfoBox for React.js Google Maps API
Marker Clusterer for React.js Google Maps API
React.js Google Maps API integration
React components and hooks for the Google Maps JavaScript API
Node.js client library for Google Maps API Web Services
`@next/third-parties` is a collection of components and utilities that can be used to efficiently load third-party libraries into your Next.js application.
Use deck.gl as a custom Google Maps overlay
Sign a URL for Google Maps Platform requests.
Creates and manages per-zoom-level clusters for large amounts of markers.
React component that wraps the loading of Google Maps JavaScript API.
React.js Google Maps integration component
A WebGL interactive maps library
Angular components for Google Maps
A browserify optimized module of google maps infobox
Customizable Google Places autocomplete component for iOS and Android React-Native apps
TypeScript definitions for @google/maps
Places API (New) client for Node.js
A Javascript (TypeScript) Port of Adobe Gainmap Technology for storing HDR Images using an SDR Image + a gain map
Google maps container
Google Maps library that accepts markers as react components, works with React 18+ and it is fully typed.
client for Node.js
Isomorphic component that allows rendering react components on a google map
Get images from google maps
Download and stitch google map tiles into a single image.
google-map-static-image-generator is a Ruby wrapper around the Google Maps Static API that generates PNG map images on the fly — no JavaScript required. Features: - Add custom markers at any coordinates - Draw paths with custom weight and colour - Apply map styles (hide labels, change colours, etc.) - Set center + zoom for marker-free maps - Choose map type: roadmap, satellite, terrain, or hybrid - Default 1024x1024 at scale 2 (retina-friendly) - Raises GoogleMapStaticImage::ApiError on non-200 responses (invalid key, quota exceeded, etc.) Useful for generating map thumbnails in emails, PDFs, admin dashboards, and anywhere an interactive JavaScript map is not practical.
Easily retrieve single PNG, GIF, or JPG map images from Google with your own custom markers and paths using the Static Maps API service with this gem. Simply set the attributes you want for your map and GoogleStaticMap will take care of getting the map for you, or giving your the URL to retrieve the map.
API wrapper for Google static maps. Will also fetch the image for you.
A WMS (Web Map Service) is a great way to show lots of geolocated data on a map. Instead of generating static images (which will either be huge or don't have enough resolution), a WMS allows you to dynamically zoom in and out of your dataset. This gem allows you to very easily represent your data via a WMS. On one hand it extends Sinatra to give it a method called "wms" to process WMS-requests; on the other hand it extends RMagick to allow the developer to use coordinates in the methods used for drawing. Convenient methods to easily generate HTML code to show your WMS data on top of OpenStreetMaps or Google Maps are also included. Current test status: [](http://travis-ci.org/fabianonline/sinatra_wms)