Placemark Deprecated

"Use location, address and addressRepresentations instead"

  1. Is it possible to know what kind of "Address" a MapItem is representing (State, County, Neighborhood etc) after a MKGeocodingRequest?

  2. Is it possible to find out the CLRegion or similar of an map item. (Now when we cannot read it from the Placemark)

Is it possible to know what kind of "Address" a MapItem is representing (State, County, Neighborhood etc) after a MKGeocodingRequest?

It vends back a MKMapItem which contains geographic location and any interesting data that might apply to that location, such as the address at that location and the name of a business at that address. It also contains a unique identifier for a place which You can persist an identifier and use it later to recall information about place. See Interacting with nearby points of interest

Placemark Deprecated
 
 
Q