From 25f43adbeb8a93030b9ef2287fef0e3b9a50a9e4 Mon Sep 17 00:00:00 2001 From: Ilya <87380526+ILYAPROKOFEV101@users.noreply.github.com> Date: Fri, 27 Dec 2024 21:53:06 +0300 Subject: [PATCH 1/4] Update README.md --- README.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/README.md b/README.md index 8fc5903d..dfb0b586 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,47 @@ +Custom Map Markers + +Hello! I am Ilya Prokofiev, a developer from Russia with a strong desire to help everyone suffering from the consequences of war. + +This project provides a small piece of code that simplifies rendering custom markers on a map. It allows you to: + +Render any markers in XML format based on Google Icons. + +Customize marker size and color to suit your needs. + +Enjoy faster rendering using efficient system methods with lightweight image caching. + +Features + +Customizable Markers: Easily adjust the size and color of the markers. + +Performance Optimization: Markers are rendered quickly thanks to system-based drawing methods and caching. + +Versatile Usage: Perfect for enhancing navigation with visually distinct markers. + +Examples + +Here are some examples of how the markers look: + +Example 1 + + + +Example 2 + + + +Example 3 + + + +How It Works + +Here’s a visual guide to drawing your markers: + + + + +
Hello! I am Ilya Prokofiev, a developer from Russia with a strong desire to help everyone suffering from the consequences of war.
+ +This project provides a small piece of code that simplifies rendering custom markers on a map. It allows you to:
+Here are some examples of how the markers look:
+ +Here are some examples of how the markers look:
-Hello! I am Ilya Prokofiev, a developer from Russia with a strong desire to help everyone suffering from the consequences of war.
- -This project provides a small piece of code that simplifies rendering custom markers on a map. It allows you to:
-Here are some examples of how the markers look:
- -