Write, Bureaucrats, Administrators
237
edits
Line 614: | Line 614: | ||
When an Entry object's field() method is called, if the Memento field type is Location, a JSGeolocation object is returned. | When an Entry object's field() method is called, if the Memento field type is Location, a JSGeolocation object is returned. | ||
If the Location field contains multiple locations, use hasNext | If the Location field contains multiple locations, use ''hasNext'' and ''next'' to retrieve them. | ||
==== JSGeolocation Properties ==== | ==== JSGeolocation Properties ==== | ||
Line 629: | Line 623: | ||
:; address: Address for this Location | :; address: Address for this Location | ||
:; hasNext: Returns TRUE if there is a next JSGeolocation object, otherwise FALSE | |||
:; next: Returns the next JSGeolocation object, if there is one. | |||
<br/> | <br/> | ||
----- | ----- |