My problem is in the case of  using the gbase data api and wants to
know the correct way of giving lat-long using .net client library of
gbase.

 I repeat , the way i am using

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);

  it shows the location marked on map in editable mode
  but in case of preview mode map is not shown and in searchable
condition  location is not marked and when feed collected through
 snippets(searchable) it shows Location  node empty
   so wants to know way of giving lat long in case of api(helpfull,if
coded as alredy read gbase documentation)

my gbase .net client library version is 1.4.0.2


--~--~---------~--~----~------------~-------~--~----~
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