And if you have address but no coordinates, you can invoke Google Maps
to do the geocoding for you. That being said, the license requires
that you display the mapped output of your geocoded address.
On Jun 9, 3:07 pm, antoine wilhelm wrote:
> Hi everyone.
>
> I have a problem so I need your help. I want to show the itinerary between
> two location. I known how to do that with two address...
> So how can I convert two locations in address ?
>
> If I can't, how can I go through that problem ?
>
> In fact, I just want to do that :
>
> *x.load( from Location1 to Location2);*
>
> instead of
>
> *x.load( 'from address1 to address2 );*