add readme · 560a643939 - SVN.BY: Go Git Service
Browse Source

add readme

Biggi 7 years ago
parent
commit
560a643939
1 changed files with 10 additions and 0 deletions
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -0,0 +1,10 @@
1
+Файл YandexLocation.vb перемещаете в свой проект, объявляете класс
2
+```
3
+        Dim loc As YandexLocatin = New YandexLocatin("Ул, Харбковская, 25 Минск, Беларусь")
4
+        Dim Latitude As String = loc.lat
5
+        Dim Longtitude As String = loc.lng
6
+```
7
+Если не найдет адрес .lat и .lng будет возвращать
8
+```
9
+""
10
+```