react-native-maps-directions-via-server
Advanced tools
Comparing version
{ | ||
"name": "react-native-maps-directions-via-server", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "use react-native-maps-directions package via server driven data, avoid compromising of google api key", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -108,2 +108,7 @@ import React, { Component } from "react"; | ||
if (!directionsServiceBaseUrl || directionsServiceBaseUrl === "") { | ||
console.warn(`MapViewDirections Error: Missing directionsServiceBaseUrl`); // eslint-disable-line no-console | ||
return; | ||
} | ||
if (!initialOrigin || !initialDestination) { | ||
@@ -110,0 +115,0 @@ return; |
41588
0.5%637
0.63%