serializeCompact abstract method
Serializes Place to persist or transfer.
Preserves limited amount of data:
- Place.title
- Place.id
- Place.geoCoordinates
- Place.accessPoints
- Place.placeType
- Place.boundingBox
- Details.getPrimaryCategories
- Address.addressText
- Address.countryCode
Returns String. The serialized place
Implementation
String serializeCompact();