Skip to content

Commit

Permalink
geocode docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mg4gh committed Apr 14, 2024
1 parent b962766 commit 1890e5f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Features/FurtherFeatures/Geocode/geocode.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The feature "Geocode" provides the ability to search
- an entity (address/street/amenity/POI) by a given location.

Since google claims the search location would be the precise location (which is obviously only the case, when you do a geocode request on your current position), this transfer is by default disabled.
If you want to use it, simply install following [geocode.zip](mgmap-install://mg4gh.github.io/MGMapViewer/Features/FurtherFeatures/Geogode/geocode.zip) configuration.
If you want to use it, simply install following [geocode.zip](mgmap-install://mg4gh.github.io/MGMapViewer/Features/FurtherFeatures/Geocode/geocode.zip) configuration.

So obviously there is the need of a kind of database to support this feature.
Depending on whether the geocoding search is limited to some special Points (POIs) or whether
Expand Down
23 changes: 23 additions & 0 deletions mgmap/src/main/res/drawable/search_pos_dis.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportHeight="24.0"
android:viewportWidth="24.0">


<path
android:strokeColor="#FFFFFFFF"
android:strokeWidth="2"
android:fillColor="#00000000"
android:pathData="M6.5,9 a6,6,0 1 1 11.6,0 l-5.83,12 l-5.83,-12.2 "
/>

<path
android:strokeColor="#FFFFFFFF"
android:strokeWidth="2"
android:fillColor="#00000000"
android:pathData="M12.4,5.5 m0,0 a2,2,0 1 0 0.001,0 "
/>


</vector>

0 comments on commit 1890e5f

Please sign in to comment.