All Projects → Moosphan → AMapMarker-master

Moosphan / AMapMarker-master

Licence: other
提供一种高德地图自定义marker的解决方案以及改善高德官方点聚合功能

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to AMapMarker-master

echarts-extension-amap
🚩 An AMap (https://lbs.amap.com) extension for Apache ECharts (https://github.com/apache/echarts)
Stars: ✭ 180 (+185.71%)
Mutual labels:  amap, gaode
racompass
An advanced GUI for Redis. Modern. Efficient. Fast. A faster and robust Redis management tool. For developers that need to manage data with confidence.It supports Redis modules now!
Stars: ✭ 26 (-58.73%)
Mutual labels:  cluster
WAZUH-OSSEC
WAZUH - The Open Source Security Platform Installation
Stars: ✭ 79 (+25.4%)
Mutual labels:  cluster
magento-cluster
Highly Available and Auto-scalable Magento Cluster
Stars: ✭ 21 (-66.67%)
Mutual labels:  cluster
ai amap
amap plugin of flutter,flutter,amap,flutter amap plugin
Stars: ✭ 23 (-63.49%)
Mutual labels:  amap
nestjs-redis
Redis(ioredis) module for NestJS framework
Stars: ✭ 112 (+77.78%)
Mutual labels:  cluster
varnish-cache-reaper
Simple python/twisted HTTP daemon forwarding PURGE and BAN requests to multiple varnish (or other proxy) instances
Stars: ✭ 12 (-80.95%)
Mutual labels:  cluster
pacman.store
Pacman Mirror via IPFS for ArchLinux, Endeavouros and Manjaro
Stars: ✭ 65 (+3.17%)
Mutual labels:  cluster
k8s-lemp
LEMP stack in a Kubernetes cluster
Stars: ✭ 74 (+17.46%)
Mutual labels:  cluster
PinFloyd
MapKit annotations clustering for iOS
Stars: ✭ 29 (-53.97%)
Mutual labels:  cluster
scanstatistics
An R package for space-time anomaly detection using scan statistics.
Stars: ✭ 41 (-34.92%)
Mutual labels:  cluster
JRCLUST
JRCLUST
Stars: ✭ 32 (-49.21%)
Mutual labels:  cluster
Valheim-ServerSideMap
This plugin completely moves the explored map and created pins to the server. As clients explore, they will send their explored areas to the server who will then distribute it to all connected clients. When a client joins, the server will synchronize the currently explored areas to the client. Pins are shared as well but default to false and nee…
Stars: ✭ 32 (-49.21%)
Mutual labels:  marker
genie
Genie: A Fast and Robust Hierarchical Clustering Algorithm (this R package has now been superseded by genieclust)
Stars: ✭ 21 (-66.67%)
Mutual labels:  cluster
pulseha
PulseHA is a active-passive high availability cluster daemon that uses GRPC and is written in GO.
Stars: ✭ 15 (-76.19%)
Mutual labels:  cluster
react-components
React components library.
Stars: ✭ 27 (-57.14%)
Mutual labels:  amap
go-redis-migrator
A cluster aware Redis key migrator. Moves keys from one cluster or host to another cluster or host.
Stars: ✭ 32 (-49.21%)
Mutual labels:  cluster
fastdata-cluster
Fast Data Cluster (Apache Cassandra, Kafka, Spark, Flink, YARN and HDFS with Vagrant and VirtualBox)
Stars: ✭ 20 (-68.25%)
Mutual labels:  cluster
kubernetes-deployment
No description or website provided.
Stars: ✭ 15 (-76.19%)
Mutual labels:  cluster
endurox-go
Application Server for Go (ASG)
Stars: ✭ 32 (-49.21%)
Mutual labels:  cluster

AMapMarker-master

概述

提供一种高德地图自定义marker的解决方案以及改善高德官方点聚合功能。

说明

官方并没有做多种聚合点的点击事件的处理,这里我对聚合点的点击事件和视角移动监听事件进行了统一的管理和执行,并增加类型判断,让它们不会产生点击冲突,具体讲解请看上面文章。

Marker展示的样式主要通过BitmapDescriptor来决定,而官方提供了很多方法来获取BitmapDescriptor,大家可以根据实际需要来选用。一般如果自定义选用BitmapDescriptorFactory.fromBitmap()方法来获取marker视图,只需要将view转为bitmap即可。同时,根据大家的反馈,自定义的marker加载网络图片有很多问题,这里本人对网络加载图片进行了处理,保证图片正常显示,具体可以参考以上文章。

  • 补充

大家如果有什么想法和建议欢迎在issue区提出来,本项目会后续加入更多地图相关功能,如果觉得本项目对你有帮助,欢迎star~

Todo

  • 为marker添加动画效果
  • 优化marker的内存回收
  • 自定义infoWindow信息栏
  • 自定义地图功能

QQ交流群:

601924443

License

Copyright 2018 moosphan

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