Skip to content

Commit 4d86587

Browse files
committed
add released apk
1 parent fb1ed88 commit 4d86587

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## simple library for handle markers, polygons and polylines on google maps.
1+
## simple library for manually Drawing element of Map and return them to main Application
22

33
MapDrawingTools is an android library to Drawing manually polygon, polyline and points in the Google Map and return coordinates from library to your App
44

@@ -10,8 +10,8 @@ MapDrawingTools is an android library to Drawing manually polygon, polyline and
1010
- Google Play Services Maps 10.2.0
1111

1212
**Highlights**
13-
- Add point of Polygon, Polyline and Markers with Tab on the Map
14-
- Relocation all Markers and draw them with dragging the Markes.
13+
- Add point of `Polygon`, `Polyline` and `Markers` with Tab on the Map
14+
- Relocation all Markers and draw them with dragging the Markers.
1515
- Supports calculating `area` of polygon & `length` of polyline
1616
- Supports Undo point inserted to the Map
1717

app/src/release/res/values/google_maps_api.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
string in this file.
1818
-->
1919
<string name="google_maps_key" templateMergeStrategy="preserve" translatable="false">
20-
YOUR_KEY_HERE
20+
AIzaSyAzB_75Z9Q8EXHIRqhJYlbezSuL0EATVE8
2121
</string>
2222
</resources>

assets/DemoMapDrawingTools.apk

2.84 MB
Binary file not shown.

0 commit comments

Comments
 (0)