VCardGeographicalRecordset
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.VCardBasePackage, com.groupdocs.metadata.core.VCardRecordset
public class VCardGeographicalRecordset extends VCardRecordset
Represents a set of Geographical vCard records. These properties are concerned with information associated with geographical positions or regions associated with the object the vCard represents.
Learn more
| Method | Description |
|---|---|
| getTimeZoneRecords() | Gets the time zones of the object. |
| getTimeZones() | Gets the time zones of the object. |
| getGeographicPositionRecords() | Gets the information related to the global positioning of the object. |
| getGeographicPositions() | Gets the information related to the global positioning of the object. |
public final VCardTextRecord[] getTimeZoneRecords()
Gets the time zones of the object.
Returns: com.groupdocs.metadata.core.VCardTextRecord[] - The time zones of the object.
public final String[] getTimeZones()
Gets the time zones of the object.
Returns: java.lang.String[] - The time zones of the object.
This property is a simplified version of TimeZoneRecords .
public final VCardTextRecord[] getGeographicPositionRecords()
Gets the information related to the global positioning of the object.
Returns: com.groupdocs.metadata.core.VCardTextRecord[] - The information related to the global positioning of the object.
public final String[] getGeographicPositions()
Gets the information related to the global positioning of the object.
Returns: java.lang.String[] - The information related to the global positioning of the object.
This property is a simplified version of GeographicPositionRecords .
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.