All Projects → printercu → google-maps-utility-library-v3-read-only

printercu / google-maps-utility-library-v3-read-only

Licence: Apache-2.0 License
git clone of http://google-maps-utility-library-v3.googlecode.com/svn/

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to google-maps-utility-library-v3-read-only

Mapme
The Android maps adapter
Stars: ✭ 844 (+1554.9%)
Mutual labels:  googlemaps, maps
Js Samples
Samples for the Google Maps JavaScript v3 API
Stars: ✭ 362 (+609.8%)
Mutual labels:  googlemaps, maps
svelte-googlemaps
Svelte Google Maps Components
Stars: ✭ 62 (+21.57%)
Mutual labels:  googlemaps, maps
Flask Googlemaps
Easy way to add GoogleMaps to Flask applications. maintainer: @RiverFount
Stars: ✭ 550 (+978.43%)
Mutual labels:  googlemaps, maps
Easymap
Ready to use Address Selection Library using Google Maps and Places API.
Stars: ✭ 66 (+29.41%)
Mutual labels:  googlemaps, maps
Airbnb Android Google Map View
This is a sample Android Application which has Google Map view similar to what AirBnb Android Application. Moving Markers like Uber/Ola. Custom Google Search for places. Recycler view with Animations added.
Stars: ✭ 175 (+243.14%)
Mutual labels:  googlemaps, maps
js-markerclusterer
Create and manage clusters for large amounts of markers
Stars: ✭ 92 (+80.39%)
Mutual labels:  googlemaps, maps
HealthCare-Scan-Nearby-Hospital-Locations
I developed this android application to help beginner developers to know how to use Google Maps API and how to convert JSON data into Java Object.
Stars: ✭ 23 (-54.9%)
Mutual labels:  maps
carto-print
A Python module to export images at any resolution, size and bounding box from a CARTO named map:
Stars: ✭ 18 (-64.71%)
Mutual labels:  maps
MapML
Map Markup Language is hypertext for Web maps, like HTML is hypertext for Web pages https://maps4html.org/MapML/spec/
Stars: ✭ 48 (-5.88%)
Mutual labels:  maps
Google-Maps-Direction
Google Maps Direction
Stars: ✭ 38 (-25.49%)
Mutual labels:  maps
flutter placez
Display & Search your nearby places. This app uses Flutter 1.0 PlatformView to display Google Map as a Flutter Widget in iOS & Android device
Stars: ✭ 47 (-7.84%)
Mutual labels:  googlemaps
whereIsMyBusAndroidClient
No description or website provided.
Stars: ✭ 16 (-68.63%)
Mutual labels:  maps
InterviewBit
Collection of solution for problems on InterviewBit
Stars: ✭ 77 (+50.98%)
Mutual labels:  maps
OpenHarmony
华为鸿蒙分布式操作系统(Huawei OpenHarmony)开发技术交流,鸿蒙技术资料,手册,指南,共建国产操作系统万物互联新生态。
Stars: ✭ 373 (+631.37%)
Mutual labels:  maps
crisis-news-mapper
日本の災害関連ニュースをTwitterから収集して地図上にマッピングするFirebaseプロジェクト crisis.yuiseki.net
Stars: ✭ 13 (-74.51%)
Mutual labels:  maps
node-google-polyline
Encode / decode Google's polyline format
Stars: ✭ 35 (-31.37%)
Mutual labels:  maps
Site
Israel Hiking Map has maps, route planning, and travel information for Israel. This repository holds the files needed for running the Israel Hiking Map site and apps.
Stars: ✭ 52 (+1.96%)
Mutual labels:  maps
mapus
A map tool with real-time collaboration 🗺️
Stars: ✭ 2,687 (+5168.63%)
Mutual labels:  maps
maps4cim
maps4cim - a real world map generator for CiM 2
Stars: ✭ 21 (-58.82%)
Mutual labels:  maps

Google Maps Utility Library v3

This is git clone of original http://google-maps-utility-library-v3.googlecode.com/svn/ repo. It's been a long time ago, when there was no google's account on github.

For now try to find libraries your looking for at https://github.com/googlemaps. However some libraries are not available there.

There is bower package:

bower install google-maps-utility-library-v3

Some libraries has hardcoded url which were pointing to googlecode's CDN. This urls were changed to https://cdn.rawgit.com/ after google's CDN is shut down. However exaples and some compiled files are not updated. Please consider using self hosted files or at least set urls manually. Check library source for config options.

// Example for MarkerClustererPlus:
MarkerClusterer.IMAGE_PATH = "https://my-domain.com/assets/markerclustererplus/images/m";

svn branch will remain untouched.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].