An open API service indexing awesome lists of open source software.

https://github.com/droiddevgeeks/custommarker

This is demo for custom marker. Use has control over markers.
https://github.com/droiddevgeeks/custommarker

android android-application custom-marker-kotlin custom-markers google-maps googlemaps kotlin kotlin-android makrker-state maps marker-type markers markers-on-map

Last synced: about 1 month ago
JSON representation

This is demo for custom marker. Use has control over markers.

Awesome Lists containing this project

README

          

# CustomMarker
This is demo for custom marker. Use has control over markers.
Markers indicate single locations on the map.
We can customize markers by inflating our own layout and based on our use-cases.
We can have control over click event in a different part of markers.

### Libraries
* [Android Support Library][support-lib]
* https://developers.google.com/maps/documentation/android-sdk/marker

## Screenshots
The screenshot below shows how the app looks like when it is done.

![Custom Use Cases](https://github.com/droiddevgeeks/CustomMarker/blob/master/app/src/main/res/drawable/screenshot_demo.png?raw=true "Optional Title")