All Projects → mg6maciej → Android Maps Extensions

mg6maciej / Android Maps Extensions

Android Maps Extensions is a library extending capabilities of Google Maps Android API v2.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Android Maps Extensions

Singapore
台灣人到新加坡的工作、生活、簽證申請經驗分享
Stars: ✭ 351 (-13.12%)
Mutual labels:  wiki
Pext
Python-based extendable tool
Stars: ✭ 380 (-5.94%)
Mutual labels:  extensions
Enhancer
A collection of utilities to enhance the Unity Editor
Stars: ✭ 394 (-2.48%)
Mutual labels:  extensions
Webpack Extension Reloader
A upgrade from 🔥webpack-chrome-extension-reloader🔥, now on all browsers
Stars: ✭ 355 (-12.13%)
Mutual labels:  extensions
Lulumi Browser
Lulumi-browser is a lightweight browser coded with Vue.js 2 and Electron.
Stars: ✭ 367 (-9.16%)
Mutual labels:  extensions
Ca Archive
Catalog of classic Firefox add-ons created before WebExtensions apocalypse
Stars: ✭ 383 (-5.2%)
Mutual labels:  extensions
Googleapi
C# .NET Core Google Api (Maps, Places, Roads, Search, Translate). Supports all endpoints and requests / responses.
Stars: ✭ 346 (-14.36%)
Mutual labels:  maps
Kotlin Flow Extensions
Extensions to the Kotlin Flow library.
Stars: ✭ 404 (+0%)
Mutual labels:  extensions
Tilestrata
A pluggable Node.js map tile server.
Stars: ✭ 372 (-7.92%)
Mutual labels:  maps
React Native Map Link
🗺 Open the map app of the user's choice.
Stars: ✭ 386 (-4.46%)
Mutual labels:  maps
Semanticmediawiki
🔗 Semantic MediaWiki turns MediaWiki into a knowledge management platform with query and export capabilities
Stars: ✭ 359 (-11.14%)
Mutual labels:  wiki
Js Samples
Samples for the Google Maps JavaScript v3 API
Stars: ✭ 362 (-10.4%)
Mutual labels:  maps
Zson
ZSON is a PostgreSQL extension for transparent JSONB compression
Stars: ✭ 385 (-4.7%)
Mutual labels:  extensions
Tiddlyroam
Your open source external brain
Stars: ✭ 350 (-13.37%)
Mutual labels:  wiki
Saas4devs
Awesome collection of content for developers trying to bootstrap their SaaS
Stars: ✭ 400 (-0.99%)
Mutual labels:  wiki
Gmscore
Free implementation of Play Services
Stars: ✭ 4,356 (+978.22%)
Mutual labels:  maps
Kahelpers
Kotlin Extensions (Android extensions) and Helpers for smoother Android development
Stars: ✭ 382 (-5.45%)
Mutual labels:  extensions
Wikiteam
Tools for downloading and preserving wikis. We archive wikis, from Wikipedia to tiniest wikis. As of 2020, WikiTeam has preserved more than 250,000 wikis.
Stars: ✭ 404 (+0%)
Mutual labels:  wiki
Sqlinjectionwiki
一个专注于聚合和记录各种SQL注入方法的wiki
Stars: ✭ 402 (-0.5%)
Mutual labels:  wiki
Trac
Trac is an enhanced wiki and issue tracking system for software development projects (mirror)
Stars: ✭ 386 (-4.46%)
Mutual labels:  wiki

Build Status

Android Maps Extensions

Join the chat at https://gitter.im/mg6maciej/android-maps-extensions

Library extending capabilities of Google Maps Android API v2.
While Google Maps Android API v2 is a huge leap forward comapared to its predecessor, it lacks commonly used patterns like marker clustering. This library aims to fill this gap by adding many useful features and improving on the responsiveness issues of the official Google library.
See wiki for more details.

Usage

You may use any version of Google Play Services from 3.2.65 (the last working on Android API 8) or above.

Gradle

dependencies {
    compile 'com.androidmapsextensions:android-maps-extensions:2.4.0'
    compile 'com.google.android.gms:play-services-maps:10.2.0'
}

Developed by

Contributing

Contributions are welcome and much appreciated. Just fork, create a feature branch, do your things and send a pull request.
You may also contribute by creating or commenting on issues, edititing or adding wiki or even do cool things like creating a YouTube video.

License

Copyright (C) 2013 Maciej Górski

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.
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].