phonebookui/Phonebook2/MapExtension/inc/cpmapcmd.h
branchRCL_3
changeset 17 2666d9724c76
parent 15 34879f5cfc63
equal deleted inserted replaced
15:34879f5cfc63 17:2666d9724c76
   189         		TVPbkFieldTypeParameter aAddressType );
   189         		TVPbkFieldTypeParameter aAddressType );
   190         
   190         
   191         /**
   191         /**
   192          * Updates Contact geocoordinates.
   192          * Updates Contact geocoordinates.
   193          *
   193          *
   194          * @param  aLocality 		object have geocoordinates.
   194          * @param  aLandmark        fields returned from Maps API.
   195          * @param  aAddressType 	Address type.
   195          * @param  aAddressType 	Address type.
   196          */
   196          */
   197         void UpdateCoordsL(
   197         void UpdateCoordsL(
   198 				TLocality& aLocality,
   198                 const CPosLandmark& aLandmark,
   199 				TVPbkFieldTypeParameter aAddressType );
   199 				TVPbkFieldTypeParameter aAddressType );
   200         
   200         
   201         /**
   201         /**
   202          * Fills CPosLandmark object with Contact address fields.
   202          * Fills CPosLandmark object with Contact address fields.
   203          *
   203          *