On Thu, 14 Apr 2011 13:41:15 +0900 sangho park <gouach...@gmail.com> said:

that seems ok - but some things like:

Route_Dump *dump = (Route_Dump*)data;

aren't really needed - u assign from a void * which doesn't generate
warnings as a void * is a "universal plug" (can plug any ptr into/out of it) or
it should be.

> I resend patch again with removing build warnings.
> pls confirm this patch~
> 
> On Wed, Apr 13, 2011 at 10:23 AM, sangho park <gouach...@gmail.com> wrote:
> 
> > Dear all,
> >
> > This is a patch for elm_map name(address) feature.
> > I added some APIs for name to elm_map.c and added some test code to
> > test_map.c
> >
> > I used nominatim OSM service. (http://http://nominatim.openstreetmap.org/)
> > as i felt, it's response time was very good to use.
> >
> > added APIs are:
> >    EAPI Elm_Map_Name *elm_map_utils_convert_coord_into_name(const
> > Evas_Object *obj, double lon, double lat);
> >    EAPI Elm_Map_Name *elm_map_utils_convert_name_into_coord(const
> > Evas_Object *obj, char *address);
> >
> >    EAPI const char *elm_map_name_address_get(Elm_Map_Name *name);
> >    EAPI void elm_map_name_region_get(Elm_Map_Name *name, double *lon,
> > double *lat);
> >    EAPI void elm_map_name_remove(Elm_Map_Name *name);
> >
> > you can get the address from coordinate and also get coordinate from
> > freeform address;
> >
> > please review this patch.
> >


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to