Address.Locality Property

 

A string specifying the populated place for the address. This commonly refers to a city, but may refer to a suburb or neighborhood in certain countries. Optional. Set this property before making a service request.

Syntax

public string Locality { set; get; }
Public Property Locality As String