I want to use Directions API to display directions to a user on how to go 
from their current location to another point.

Details of implementation:
The user is using their phone to request on how to go from their current 
location to another known location. This will be done in two ways:

   - Draw a polyline on a google map object with the route path
   - Display a list of the instructions for all steps (in text only)
   
It will *not* display real-time navigation, it is *not* going to display 
the next step that they have to take real-time, *nor* it will narrate it. 
It will, though, display

their current position (taken from GPS, nothing fancy).


My question is regarding the term *10.4 §c.iii. 
<https://developers.google.com/maps/terms?#10-license-restrictions>*


* <https://developers.google.com/maps/terms?#10-license-restrictions>*

> *No navigation*. You will not use the Service or Content for or in 
> connection with (a) *real-time navigation *or* route guidance*
>

My system does not guide the user in real time, it just shows all the 
instructions from Directions API response returned after a system request 
and draws the route path.

Does this kind of static display of navigational steps violate the Maps API 
License Restrictions?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-maps-js-api-v3+unsubscr...@googlegroups.com.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
Visit this group at https://groups.google.com/group/google-maps-js-api-v3.
For more options, visit https://groups.google.com/d/optout.

Reply via email to