I am wprking like this
GBaseAttribute gbaseLoc = new GBaseAttribute("Location",
GBaseAttributeType.Location);
                gbaseLoc["latitude"] = dtprp.Rows[0]
["latitude"].ToString();
                gbaseLoc["longitude"] = dtprp.Rows[0]
["longitude"].ToString();
               entry.GBaseAttributes.Add(gbaseLoc);

  in the edit mode  the map is visible and the corresponding area of
the latitude and longitude is marked
 but  in case of preview and after  that when it becojmes searchable
it is marked on map
 when i finds it snippets feed  it shows

<g:location type="location"/>
 with no data.
                       So i would like to know how to give lat-long to
location
  if my way is wrong why itis showing gmap marked in editable mobe

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Base Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Base-data-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to