No it didn't! I knew that i wanted to use it, but i didn't know how to construct it. Knowing the context and the method, didn't help because I am a novice and needed extra guidance.
Examples are always useful. But hey, just my two cents..... On Sep 18, 4:54 am, "Pil (Trustworthy from Experience)" <[email protected]> wrote: > On Sep 18, 10:21 am, Paybak <[email protected]> wrote: > > > Dosn't really explain the syntax needed to construct it. > > Yes, it does. You only have to search the context to which the method > belongs. > > getDistance() is in class GRoute > > so you can use: > > GRoute.getDistance() > > and in class GStep > > so you can use > > GStep.getDistance() > > and in class GDirections > > so can use > > GDirections.getDistance() --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en -~----------~----~----~----~------~----~------~--~---
