Array of Float, +[ latitude, longitude]+.
North of the equator is positive latitude, east of the meridian is positive longitude.
See RFC2445 for more info… there are lots of special cases.
# File lib/vpim/property/location.rb, line 26 def geo prop = @properties.detect { |f| f.name? 'GEO' } if prop prop = Vpim.decode_list(prop.value_raw, ';') do |item| item.to_f end end prop end
Generated with the Darkfish Rdoc Generator 2.