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 original repository for more details.
dependencies {
implementation 'com.github.bfacumat:android-maps-extensions:4.0.2'
implementation 'com.google.android.gms:play-services-maps:17.0.0'
}
- Facundo Matias Beron - [email protected]
- Maciej Górski - [email protected]
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.