(Not Signed In)

Sign In

Resources

How do I create a streetlinkfence?

To create a StreetLinkFence, you call the StreetLinkFence constructor with the LatLon for a point on that street. For example:

LatLon coord = new LatLon(34, -118);
StreetLinkFence fence = new StreetLinkFence(coord);

This will create a street link fence for a section of S Athel Dr, CA.
The bounding box property is intended for read-only access.

Published, May 17th 2009, 19:16

<< How can I get a free GeoBase evaluation? | How do I find the LatLon of the nearest street address? >>