Jump to content

Google Maps for uniGUI


lema

Recommended Posts

Dear Lema

     i installed unigui 0.95.0.1046 and gmap  v1.3.6  but gmap demos not show maps in Using Delphi Xe6 development of Android under WebBrowser

     thanks!

.

 

Hello !

 

What do you mean?

Do you have problem in running the demo under Delphi XE6 ?

Link to comment
Share on other sites

 

Dear Lema

          gmap demos not show maps in  Delphi Xe6 of Android(APK)  under WebBrowser Control

           thanks!

 

 

Hi,

I'm not sure if I understand this correctly , but I built a test Android project using Delphi XE6.

I dropped a WebBrowser component and navigated to gmap Demo.

 

Its working fine for me.

post-281-0-66825700-1398835333_thumb.jpg

Link to comment
Share on other sites

Hi to all.

 

I share the uniGMap component.

It is based on code I have used in several projects and actually developed to fulfill my needs.

 

It can add , edit , remove , locate markers , lines , polylines , circles , polygons ,

rectangles , directions , KML,

change several map properties like zoom , type , control visibility etc ,

notify about map events through AjaxEvent like zoom , click , markerclick and

get some object properties like Length , Area etc.

 

 

You can see it in action here :

http://79.143.178.31/lema/uniGMapDemo.dll

 

latest version: 2014-03-30 v1.3.6

 

Thanks

Link to comment
Share on other sites

  • 2 weeks later...

Hi to all.

 

I share the uniGMap component.

It is based on code I have used in several projects and actually developed to fulfill my needs.

 

It can add , edit , remove , locate markers , lines , polylines , circles , polygons ,

rectangles , directions , KML,

change several map properties like zoom , type , control visibility etc ,

notify about map events through AjaxEvent like zoom , click , markerclick and

get some object properties like Length , Area etc.

 

 

You can see it in action here :

http://79.143.178.31/lema/uniGMapDemo.dll

 

latest version: 2014-03-30 v1.3.6

 

hi  I

 

can´t find ExtPascal14  when try to compile and install the component

any help?

 

thanks

 

Emiliano

Link to comment
Share on other sites

hi  I

 

can´t find ExtPascal14  when try to compile and install the component

any help?

 

thanks

 

Emiliano

 

Hi , you can comment out the ExtPascal14 line.

Extpascal package is no longer needed (I think...)

  • Upvote 1
Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...
  • 2 months later...

 

Google Chrome bug workaround:

 

 

unit UniGMap;

protected
    procedure RenderCompleted; override;
    procedure WebCreate; override;//


procedure TUniGMap.WebCreate;
begin
  inherited;
  Visible := False;
end;

procedure TUniGMap.RenderCompleted;
begin
  inherited;
  Show;
end;

 

 

Thank you Farshad !

 

 

New version

 

2014-09-24 v1.3.7

-- Fixed   Problem in Chrome

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...