PHP Classes

How can I determine which addresses are invalid?

Recommend this page to a friend!

      Simple GMap API  >  All threads  >  How can I determine which addresses...  >  (Un) Subscribe thread alerts  
Subject:How can I determine which addresses...
Summary:How to determine invalid addresses after addMarkerByAddress
Messages:1
Author:abundance
Date:2014-06-10 22:31:27
 

  1. How can I determine which addresses...   Reply   Report abuse  
Picture of abundance abundance - 2014-06-10 22:31:27
When I use SimpleGMapAPI I would like to know if there is a way to
determine which addresses are invalid? For example, if I use a crazy
address like:

$map->addMarkerByAddress("999999 hawthorne st san francisco ca", "tip",
"label", "");

It positions a maker near 100 hawthorne st. Is there a way to determine
that the address given is out of range?