TTMSFNCPlacesItem Class
Represents a single places result item.
API unit family: TMSFNCPlaces
Inherits from: TCollectionItem
Syntax
TTMSFNCPlacesItem = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| Address | Formatted street address of the place. |
| Categories | Category names associated with the place. |
| City | City name. |
| Coordinate | Geographic coordinate associated with the item. |
| Country | Country name. |
| CountryCode | ISO country code. |
| DataBoolean | Stores custom boolean data associated with the item. |
| DataInteger | Stores custom integer data associated with the item. |
| DataObject | Stores a custom object associated with the item. |
| DataPointer | Stores custom pointer data associated with the item. |
| DataString | Stores custom string data associated with the item. |
| Description | Descriptive text for the item. |
| ID | Identifier associated with the item or request. |
| Icon | URL of the icon representing the place. |
| Open | Indicates whether the place is currently open. |
| Phone | Phone number of the place. |
| Photos | Photos associated with the place. |
| PlaceType | Type classification of the place. |
| PostalCode | Postal or ZIP code. |
| Province | Province or state name. |
| ProvinceCode | Province or state code. |
| Rating | User rating of the place. |
| Region | Region name. |
| RegionCode | Region code. |
| Street | Street name of the address. |
| StreetNumber | Street number of the address. |
| Vicinity | Human-readable description of the place vicinity. |
| Website | Website URL of the place. |