Commit 30aff3c4 authored by shiller's avatar shiller
Browse files

[ITDEPT-234] Добавил matrix

No related merge requests found
Pipeline #33866 passed with stage
in 9 seconds
Showing with 2 additions and 1 deletion
+2 -1
......@@ -2,7 +2,7 @@
"name": "iwaydev/geo-service-client",
"description": "Пакет для работы с geo сервисом",
"type": "yii2-extension",
"version": "1.0.11",
"version": "1.0.12",
"license": "MIT",
"require": {
"yiisoft/yii2": "~2",
......
......@@ -42,6 +42,7 @@ class GeoComponent extends Component
const URL_REQUEST_GET_PLACES_BY_CORDS_NOT_ONLY_STREET_ADDRESS = 'v1/google/get-places-by-cords-not-only-street-address/';
const URL_REQUEST_GET_DIRECTION = 'v1/google/get-direction/';
const URL_REQUEST_RADAR_GET_DISTANCE = 'v1/radar/distance/';
const URL_REQUEST_RADAR_MATRIX = 'v1/radar/matrix/';
public function init()
{
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment