Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

74
Views
Flutter Set Marker Size

I want a Google Maps marker to be on a fixed size on a certain zoom level, like in this example: http://jsfiddle.net/bryan_weaver/4rxqQ/

Can I provide this on google maps in Flutter

 BitmapDescriptor markerbitmap = await BitmapDescriptor.fromAssetImage(
      const ImageConfiguration(size: Size(1,1000)),
      "lib/assets/images/lol.png",
 );


  markers.add(
    Marker( //add start location marker

    draggable: false,
        anchor: const Offset(0.5, 0.9),
      markerId: MarkerId(startLocation.toString()),
      position: startLocation, //position of marker
      infoWindow: const InfoWindow( //popup info 
        title: 'Starting Point ',
        snippet: 'Start Marker',
      ),
      
      icon: markerbitmap,//Icon for Marker
    )
  );

  
about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

there is a package in flutter pub dev. It name is Google maps flutter. I think you can use this package.

about 4 years ago · Juan Pablo Isaza Report

0

YOU can set icon in center using Stack Widget

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!