Class: USForm1Address

OM.lbs. USForm1Address


new USForm1Address(options)

USForm1Address, US address format.

Parameters:
Name Type Description
options Object

This is an object literal that specifies the Address options. It can have the following properties.


  • id {String} Optional. The id field is used to uniquely
    distinguish an address in a batch geocoding request. It is optional
    when geocoding a single address.
  • country {String}. specify the 2-letter country ISO code; the
    default value for “country” is always “US”
  • name {String} Place name.
  • street {String} Intersecting street names.
  • intersectingStreet {String} Street address (house number, street name, etc.).
  • lastline {String} lastline is City, state, zip code.

for example an option object:
{
name:"Oracle",
street:"500 Oracle Parkway",
lastline:Redwood City, CA, 94021
}