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 +![image](https://github.com/user-attachments/assets/bb01e023-c8ab-4c80-914c-8b99a36d3a42) + + +Example 2 + +![image](https://github.com/user-attachments/assets/a1bd6485-c54c-4a8a-b7e5-fb3c943624f8) + +Example 3 + + +![Screenshot_1735324300](https://github.com/user-attachments/assets/b1f4f336-e3bc-45a6-8a01-3ff7a1b49761) +How It Works + +Here’s a visual guide to drawing your markers: + + +![image](https://github.com/user-attachments/assets/b4dd46c9-7df9-441a-a3a3-a11e595db121) + +

RedAlert for Android

[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/eladnava/redalert-android?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) From 831a07b25722fb9b1cec557069700fffa48f6d5c Mon Sep 17 00:00:00 2001 From: Ilya <87380526+ILYAPROKOFEV101@users.noreply.github.com> Date: Fri, 27 Dec 2024 21:55:52 +0300 Subject: [PATCH 2/4] Update README.md --- README.md | 69 +++++++++++++++++++++++++++---------------------------- 1 file changed, 34 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index dfb0b586..7541ceef 100644 --- a/README.md +++ b/README.md @@ -1,39 +1,38 @@ -Custom Map Markers +

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:

+ + +

Features

+ +

Examples

+

Here are some examples of how the markers look:

+ +
+
+

Example 1

+ Example 1 +
+
+

Example 2

+ Example 2 +
+
+

Example 3

+ Example 3 +
+
-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 -![image](https://github.com/user-attachments/assets/bb01e023-c8ab-4c80-914c-8b99a36d3a42) - - -Example 2 - -![image](https://github.com/user-attachments/assets/a1bd6485-c54c-4a8a-b7e5-fb3c943624f8) - -Example 3 - - -![Screenshot_1735324300](https://github.com/user-attachments/assets/b1f4f336-e3bc-45a6-8a01-3ff7a1b49761) How It Works Here’s a visual guide to drawing your markers: From 6ca53d059fe0de68aad6cef68a07051e48ce858b Mon Sep 17 00:00:00 2001 From: Ilya <87380526+ILYAPROKOFEV101@users.noreply.github.com> Date: Fri, 27 Dec 2024 21:57:08 +0300 Subject: [PATCH 3/4] Update README.md --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7541ceef..c5b1c8fc 100644 --- a/README.md +++ b/README.md @@ -15,24 +15,25 @@
  • 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 1 + Example 1
    -
    +

    Example 2

    - Example 2 + Example 2
    -
    +

    Example 3

    - Example 3 + Example 3
    + How It Works Here’s a visual guide to drawing your markers: From 3759862a7863dc3cad5f7ae85974628baac75300 Mon Sep 17 00:00:00 2001 From: Ilya <87380526+ILYAPROKOFEV101@users.noreply.github.com> Date: Fri, 27 Dec 2024 21:58:34 +0300 Subject: [PATCH 4/4] Update README.md --- README.md | 42 ------------------------------------------ 1 file changed, 42 deletions(-) diff --git a/README.md b/README.md index c5b1c8fc..f94874cc 100644 --- a/README.md +++ b/README.md @@ -1,45 +1,3 @@ -

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

    Here are some examples of how the markers look:

    - -
    -
    -

    Example 1

    - Example 1 -
    -
    -

    Example 2

    - Example 2 -
    -
    -

    Example 3

    - Example 3 -
    -
    - - -How It Works - -Here’s a visual guide to drawing your markers: - - -![image](https://github.com/user-attachments/assets/b4dd46c9-7df9-441a-a3a3-a11e595db121)

    RedAlert for Android